aboutsummaryrefslogtreecommitdiffstats
path: root/games/rfksay/Makefile
blob: 9f1f54b193a88cdf572692bd69a03a8938ae9d1c (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
# Created by: Michael L. Hostbaek (mich@freebsdcluster.org)

PORTNAME=   rfksay
PORTVERSION=    0.1
CATEGORIES= games
MASTER_SITES=   http://freebsdcluster.org/~mich/software/
DISTNAME=   rfksay

MAINTAINER= mich@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>