diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/Makefile | 1 | ||||
-rw-r--r-- | games/asciiquarium/Makefile | 26 | ||||
-rw-r--r-- | games/asciiquarium/distinfo | 2 | ||||
-rw-r--r-- | games/asciiquarium/pkg-descr | 3 |
4 files changed, 32 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index 24302edecf87..b6fda628770a 100644 --- a/games/Makefile +++ b/games/Makefile @@ -38,6 +38,7 @@ SUBDIR += aop SUBDIR += apoolGL SUBDIR += asc + SUBDIR += asciiquarium SUBDIR += atitd SUBDIR += atlantikdesigner SUBDIR += atomix 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/ |