aboutsummaryrefslogtreecommitdiff
path: root/games/banihstypos/Makefile
blob: 77c8f7fa7cc9999eaad9b0d67f1acb37004d128e (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
29
30
31
32
33
PORTNAME=	banihstypos
DISTVERSION=	0.2
PORTREVISION=	1
CATEGORIES=	games
MASTER_SITES=	http://www.vanheusden.com/banihstypos/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Simple game to teach you typing, fast
WWW=		http://www.vanheusden.com/banihstypos/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/license.txt

USES=		ncurses tar:tgz

MAKE_ARGS=	LDFLAGS="${LDFLAGS} -lncurses"

SUB_FILES=	pkg-message
SUB_LIST=	PORTNAME=${PORTNAME}

PLIST_FILES=	bin/banihstypos
PORTDOCS=	readme.txt

OPTIONS_DEFINE=	DOCS

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/banihstypos ${STAGEDIR}${PREFIX}/bin

do-install-DOCS-on:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}

.include <bsd.port.mk>