Tweak games/dunelegacy version 0.96.3_2
[dports.git] / games / banihstypos / Makefile
1 # Created by: Philippe Audeoud <jadawin@tuxaco.net>
2 # $FreeBSD$
3
4 PORTNAME=       banihstypos
5 PORTVERSION=    0.2
6 CATEGORIES=     games
7 MASTER_SITES=   http://www.vanheusden.com/banihstypos/
8 EXTRACT_SUFX=   .tgz
9
10 MAINTAINER=     jadawin@FreeBSD.org
11 COMMENT=        Banihstypos is a simple game to teach you typing, FAST
12
13 USES=           ncurses
14 MAKE_ARGS=      LDFLAGS="${LDFLAGS} -lncurses"
15 PKGMESSAGE=     ${WRKDIR}/pkg-message
16 SUB_FILES=      pkg-message
17 SUB_LIST=       PORTNAME=${PORTNAME}
18
19 PLIST_FILES=    bin/banihstypos
20
21 OPTIONS_DEFINE= DOCS
22
23 .include <bsd.port.options.mk>
24
25 .if ! ${PORT_OPTIONS:MDOCS}
26 PORTDOCS=       readme.txt
27 .endif
28
29 do-install:
30         ${INSTALL_PROGRAM} ${WRKSRC}/banihstypos ${STAGEDIR}${PREFIX}/bin
31 .if ! ${PORT_OPTIONS:MDOCS}
32         ${MKDIR} ${STAGEDIR}${DOCSDIR}
33         ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
34 .endif
35
36 .include <bsd.port.mk>