aboutsummaryrefslogtreecommitdiff
path: root/games/banihstypos/Makefile
blob: f00afcb38dd33181c1775b1bf00223eb531d2eb9 (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
# 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@FreeBSD.org
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>