1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/games/banihstypos/Makefile
Alexey Dokuchaev 9e612373a5 For ports under emulators', games', irc, and `sysutils' categories:
remove redundant PKGMESSAGE assignment, which is set appropriately by
the b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 15:17:46 +00:00

36 lines
775 B
Makefile

# Created by: Philippe Audeoud <jadawin@tuxaco.net>
# $FreeBSD$
PORTNAME= banihstypos
PORTVERSION= 0.2
CATEGORIES= games
MASTER_SITES= http://www.vanheusden.com/banihstypos/
EXTRACT_SUFX= .tgz
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Banihstypos is a simple game to teach you typing, FAST
USES= ncurses
MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses"
SUB_FILES= pkg-message
SUB_LIST= PORTNAME=${PORTNAME}
PLIST_FILES= bin/banihstypos
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ! ${PORT_OPTIONS:MDOCS}
PORTDOCS= readme.txt
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/banihstypos ${STAGEDIR}${PREFIX}/bin
.if ! ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>