summaryrefslogtreecommitdiff
path: root/misc/cave
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-30 19:24:46 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-12-30 19:24:46 +0000
commit1c39d223b7d6d9230f3b10bcc55dffff6431035a (patch)
tree0c325fad59ae4039317262cf64833eac5399b70d /misc/cave
parentadd 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/cave')
-rw-r--r--misc/cave/Makefile28
-rw-r--r--misc/cave/distinfo1
-rw-r--r--misc/cave/pkg-comment1
-rw-r--r--misc/cave/pkg-descr5
-rw-r--r--misc/cave/pkg-plist1
5 files changed, 36 insertions, 0 deletions
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