diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-09-16 06:04:35 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-09-16 06:04:35 +0000 |
commit | f214ee380e7f74b232878a96d1620044251e71b8 (patch) | |
tree | c3f40dc2ab6621aa6b69c929356352521b81c1b2 /games/asciiquarium | |
parent | a6e7ef2ffb53616b5b2cc8861f5ea898f7805cda (diff) | |
download | ports-f214ee380e7f74b232878a96d1620044251e71b8.tar.gz ports-f214ee380e7f74b232878a96d1620044251e71b8.zip |
Notes
Diffstat (limited to 'games/asciiquarium')
-rw-r--r-- | games/asciiquarium/Makefile | 26 | ||||
-rw-r--r-- | games/asciiquarium/distinfo | 2 | ||||
-rw-r--r-- | games/asciiquarium/pkg-descr | 3 |
3 files changed, 31 insertions, 0 deletions
diff --git a/games/asciiquarium/Makefile b/games/asciiquarium/Makefile new file mode 100644 index 000000000000..e4f630fdc328 --- /dev/null +++ b/games/asciiquarium/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: asciiquarium +# Date created: 16 Sep 2005 +# Whom: Max Khon <fjoe@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= asciiquarium +PORTVERSION= 1.0 +CATEGORIES= games +MASTER_SITES= http://www.robobunny.com/projects/asciiquarium/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= fjoe@FreeBSD.org +COMMENT= aquarium/sea animation in ASCII art + +RUN_DEPENDS= ${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/devel/p5-Term-Animation + +WRKSRC= ${WRKDIR}/${DISTNAME} +NO_BUILD= yes +PLIST_FILES= bin/asciiquarium + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/games/asciiquarium/distinfo b/games/asciiquarium/distinfo new file mode 100644 index 000000000000..7943b159c296 --- /dev/null +++ b/games/asciiquarium/distinfo @@ -0,0 +1,2 @@ +MD5 (asciiquarium_1.0.tar.gz) = 986ce9a24fd79824fb729bb947a3b9de +SIZE (asciiquarium_1.0.tar.gz) = 13904 diff --git a/games/asciiquarium/pkg-descr b/games/asciiquarium/pkg-descr new file mode 100644 index 000000000000..d244fc016f7a --- /dev/null +++ b/games/asciiquarium/pkg-descr @@ -0,0 +1,3 @@ +Asciiquarium is an aquarium/sea animation in ASCII art. + +WWW: http://www.robobunny.com/projects/asciiquarium/ |