2007-10-10 14:40:55 +02:00
|
|
|
# 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
|
|
|
|
|
2008-03-12 14:27:28 +01:00
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
2007-10-10 14:40:55 +02:00
|
|
|
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>
|