diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-30 19:24:46 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-30 19:24:46 +0000 |
commit | 1c39d223b7d6d9230f3b10bcc55dffff6431035a (patch) | |
tree | 0c325fad59ae4039317262cf64833eac5399b70d /misc | |
parent | add retawq 0.0.5 (diff) |
add cave 0.3
Character Animation Viewer for Everyone
Notes
Notes:
svn path=/head/; revision=52420
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/cave/Makefile | 28 | ||||
-rw-r--r-- | misc/cave/distinfo | 1 | ||||
-rw-r--r-- | misc/cave/pkg-comment | 1 | ||||
-rw-r--r-- | misc/cave/pkg-descr | 5 | ||||
-rw-r--r-- | misc/cave/pkg-plist | 1 |
6 files changed, 37 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 6d549b31f948..273ddbd1e2ca 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -33,6 +33,7 @@ SUBDIR += brs SUBDIR += buffer SUBDIR += cassowary + SUBDIR += cave SUBDIR += cheatah SUBDIR += chord SUBDIR += cmatrix diff --git a/misc/cave/Makefile b/misc/cave/Makefile new file mode 100644 index 000000000000..6ca3a6ed90c4 --- /dev/null +++ b/misc/cave/Makefile @@ -0,0 +1,28 @@ +# ex:ts=8 +# Ports collection makefile for: cave +# Date created: Dec 30, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= cave +PORTVERSION= 0.3 +CATEGORIES= misc +MASTER_SITES= http://m-net.arbornet.org/~bjk/cave/download/ + +MAINTAINER= ports@FreeBSD.org + +MAN1= cave.1 + +post-patch: + @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile + +pre-install: + @${GZIP_CMD} -d ${WRKSRC}/${MAN1}.gz + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 + +.include <bsd.port.mk> diff --git a/misc/cave/distinfo b/misc/cave/distinfo new file mode 100644 index 000000000000..a9c4f2410780 --- /dev/null +++ b/misc/cave/distinfo @@ -0,0 +1 @@ +MD5 (cave-0.3.tar.gz) = fdd724cea37df892f3cd3a5b84fd0345 diff --git a/misc/cave/pkg-comment b/misc/cave/pkg-comment new file mode 100644 index 000000000000..74edecbceff9 --- /dev/null +++ b/misc/cave/pkg-comment @@ -0,0 +1 @@ +Character Animation Viewer for Everyone diff --git a/misc/cave/pkg-descr b/misc/cave/pkg-descr new file mode 100644 index 000000000000..bd85d439a6e3 --- /dev/null +++ b/misc/cave/pkg-descr @@ -0,0 +1,5 @@ +CAVE (Character Animation Viewer for Everyone) is an ascii animation viewer. +It uses (n)curses for it's interface so you'll need to have those libraries +installed. + +WWW: http://arbornet.org/~bjk/cave/ diff --git a/misc/cave/pkg-plist b/misc/cave/pkg-plist new file mode 100644 index 000000000000..2dbcb92e51e0 --- /dev/null +++ b/misc/cave/pkg-plist @@ -0,0 +1 @@ +bin/cave |