summaryrefslogtreecommitdiff
path: root/games/rfksay/Makefile
blob: c7793e761c5e8eb12dbafd6ebfcb6ffdf3e9ed14 (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
# ex:ts=8
# Ports collection makefile for:  rfksay
# Date created:                   Thu Jul 18, 2002
# Whom:                           Michael L. Hostbaek (mich@freebsdcluster.org)
#
# $FreeBSD$
#

PORTNAME=	rfksay
PORTVERSION=	0.1
CATEGORIES=	games
MASTER_SITES=	http://www.redhotlunix.com/
DISTNAME=	rfksay

MAINTAINER=	mich@freebsdcluster.org
COMMENT=	Generates a kitten finding robot with a text bubble

USE_PERL5=	yes
NO_BUILD=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}

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

.include <bsd.port.mk>