1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/games/rfksay/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

25 lines
618 B
Makefile

# Created by: Michael L. Hostbaek (mich@freebsdcluster.org)
# $FreeBSD$
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>