aboutsummaryrefslogtreecommitdiff
path: root/games/vt100-art-and-animations/Makefile
blob: 7471d5738128a997288591b2935972a19458719b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PORTNAME=	vt100-art-and-animations
DISTVERSION=	2020.04.09
MASTER_SITES=	http://artscene.textfiles.com/archives/
CATEGORIES=	games
DISTNAME=	vt100
DIST_SUBDIR=	${PKGNAME}

MAINTAINER=	0mp@FreeBSD.org
COMMENT=	VT100 art and animations

LICENSE=	UNKNOWN
LICENSE_NAME=	Unknown
LICENSE_TEXT=	The license is unknown.
LICENSE_PERMS=	auto-accept

USES=		zip

RUN_DEPENDS=	slowcat:textproc/slowcat

NO_ARCH=	yes
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

do-install:
	@${MKDIR} ${STAGEDIR}${DATADIR}
	${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DATADIR}

.include <bsd.port.mk>