2013-09-11 11:36:43 +02:00
|
|
|
# Created by: Max Khon <fjoe@FreeBSD.org>
|
2005-09-16 08:04:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= asciiquarium
|
2015-01-28 03:22:43 +01:00
|
|
|
PORTVERSION= 1.1
|
2005-09-16 08:04:35 +02:00
|
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= http://www.robobunny.com/projects/asciiquarium/
|
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= fjoe@FreeBSD.org
|
|
|
|
COMMENT= aquarium/sea animation in ASCII art
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
RUN_DEPENDS= p5-Term-Animation>=0:devel/p5-Term-Animation
|
2005-09-16 08:04:35 +02:00
|
|
|
|
2013-09-11 11:36:43 +02:00
|
|
|
USES= perl5
|
2014-02-28 15:16:15 +01:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}
|
|
|
|
|
2005-09-16 08:04:35 +02:00
|
|
|
PLIST_FILES= bin/asciiquarium
|
|
|
|
|
|
|
|
do-install:
|
2014-02-28 15:16:15 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} \
|
|
|
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
2005-09-16 08:04:35 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|