From 4122d4c0fac36a8f057316b7a2a39ab10c0e0145 Mon Sep 17 00:00:00 2001 From: fjoe Date: Fri, 16 Sep 2005 06:04:35 +0000 Subject: New port: asciiquarium 1.0 Asciiquarium is an aquarium/sea animation in ASCII art. WWW: http://www.robobunny.com/projects/asciiquarium/ --- games/Makefile | 1 + games/asciiquarium/Makefile | 26 ++++++++++++++++++++++++++ games/asciiquarium/distinfo | 2 ++ games/asciiquarium/pkg-descr | 3 +++ 4 files changed, 32 insertions(+) create mode 100644 games/asciiquarium/Makefile create mode 100644 games/asciiquarium/distinfo create mode 100644 games/asciiquarium/pkg-descr (limited to 'games') 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 +# +# $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 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/ -- cgit