aboutsummaryrefslogtreecommitdiff
path: root/games/rfksay/Makefile
blob: 7e6f500a4fe8bc5cd5e64d78181066a079d69afc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	rfksay
PORTVERSION=	0.1
CATEGORIES=	games
MASTER_SITES=	http://freebsdcluster.org/~mich/software/
DISTNAME=	rfksay

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Generates a kitten finding robot with a text bubble

USES=		perl5 shebangfix
NO_BUILD=	yes
NO_WRKSUBDIR=	yes

SHEBANG_FILES=	rfksay kittensay robotsay

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/kittensay ${STAGEDIR}${PREFIX}/bin
	${INSTALL_SCRIPT} ${WRKSRC}/robotsay ${STAGEDIR}${PREFIX}/bin

.include <bsd.port.mk>