diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-10 12:40:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-10 12:40:55 +0000 |
commit | 4f1e928298f7d736d080f20c53995e796bf463bd (patch) | |
tree | af2776b5c8f111860566886ff2ad58f74e20ebab /games/banihstypos/Makefile | |
parent | d3252697324de67e5f9581f159bbedd44aae1650 (diff) | |
download | ports-4f1e928298f7d736d080f20c53995e796bf463bd.tar.gz ports-4f1e928298f7d736d080f20c53995e796bf463bd.zip |
Notes
Diffstat (limited to 'games/banihstypos/Makefile')
-rw-r--r-- | games/banihstypos/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/games/banihstypos/Makefile b/games/banihstypos/Makefile new file mode 100644 index 000000000000..19b15f0ba8a9 --- /dev/null +++ b/games/banihstypos/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: banihstypos +# Date created: 05 October 2007 +# Whom: 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@tuxaco.net +COMMENT= Banihstypos is a simple game to teach you typing, FAST + +PKGMESSAGE= ${WRKDIR}/pkg-message +SUB_FILES= pkg-message +SUB_LIST= PORTNAME=${PORTNAME} + +PLIST_FILES= bin/banihstypos + +PORTDOCS= readme.txt + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/banihstypos ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/readme.txt ${DOCSDIR} +.endif +post-install: + @${ECHO_MSG}; ${CAT} ${PKGMESSAGE}; ${ECHO_MSG} + +.include <bsd.port.mk> |