diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-09-18 08:56:41 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-09-18 08:56:41 +0800 |
commit | 29ecdae589ffd35d45d4ace393263a0043120fae (patch) | |
tree | f21c0f3cb4f82cd02f9c343a85709989f5349f9d /misc | |
parent | 7ffd99c0fa4f888885bf18d178accc9b8695c73d (diff) | |
download | freebsd-ports-gnome-29ecdae589ffd35d45d4ace393263a0043120fae.tar.gz freebsd-ports-gnome-29ecdae589ffd35d45d4ace393263a0043120fae.tar.zst freebsd-ports-gnome-29ecdae589ffd35d45d4ace393263a0043120fae.zip |
Asciiquarium is an aquarium/sea animation in ASCII art.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/asciiquarium/Makefile | 37 | ||||
-rw-r--r-- | misc/asciiquarium/distinfo | 2 | ||||
-rw-r--r-- | misc/asciiquarium/pkg-descr | 4 |
4 files changed, 44 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index a9a273532162..f67db471c4c5 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -15,6 +15,7 @@ SUBDIR += amanda-server SUBDIR += argparse SUBDIR += asbutton + SUBDIR += asciiquarium SUBDIR += asr-manpages SUBDIR += astrolog SUBDIR += bb diff --git a/misc/asciiquarium/Makefile b/misc/asciiquarium/Makefile new file mode 100644 index 000000000000..6ccb098ed520 --- /dev/null +++ b/misc/asciiquarium/Makefile @@ -0,0 +1,37 @@ +# +# New ports collection makefile for: asciiquarium +# Date created: 18 september 2005 +# Whom: Edwin Groothuis <edwin@mavetju.org> +# +# $FreeBSD$ +# + +PORTNAME= asciiquarium +PORTVERSION= 1.0 +CATEGORIES= misc +MASTER_SITES= http://www.robobunny.com/projects/asciiquarium/ +DISTNAME= ${PORTNAME}_${PORTVERSION} + +MAINTAINER= edwin@mavetju.org +COMMENT= An aquarium/sea animation in ASCII art + +BUILD_DEPENDS= ${SITE_PERL}/Term/Animation.pm:${PORTSDIR}/misc/p5-Term-Animation +RUN_DEPENDS= ${BUILD_DEPENDS} + +PLIST_FILES= bin/asciiquarium + +USE_PERL5_RUN= yes +NO_BUILD= yes + +PORTDOCS= CHANGES README + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/asciiquarium ${PREFIX}/bin +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/misc/asciiquarium/distinfo b/misc/asciiquarium/distinfo new file mode 100644 index 000000000000..7943b159c296 --- /dev/null +++ b/misc/asciiquarium/distinfo @@ -0,0 +1,2 @@ +MD5 (asciiquarium_1.0.tar.gz) = 986ce9a24fd79824fb729bb947a3b9de +SIZE (asciiquarium_1.0.tar.gz) = 13904 diff --git a/misc/asciiquarium/pkg-descr b/misc/asciiquarium/pkg-descr new file mode 100644 index 000000000000..a9f9c7253a76 --- /dev/null +++ b/misc/asciiquarium/pkg-descr @@ -0,0 +1,4 @@ +Asciiquarium is an aquarium/sea animation in ASCII art. + +Author: Kirk Baucom <kbaucom@schizoid.com> +WWW: http://www.robobunny.com/projects/asciiquarium/ |