summaryrefslogtreecommitdiff
path: root/games/taipan/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 05:56:57 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-09-20 05:56:57 +0000
commit87973257824952bb861e2bace6f8d6b78db09b4c (patch)
tree518090882ca7013aa216628e0a76c680e30b1e1c /games/taipan/Makefile
parentbump gpgme shlib version (diff)
add taipan 0.9
Taipan was (and is) a classic role-playing game from the 1980s PR: 35937 Submitted by: Dave Walton <dwalton@acm.org>
Notes
Notes: svn path=/head/; revision=66790
Diffstat (limited to 'games/taipan/Makefile')
-rw-r--r--games/taipan/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/taipan/Makefile b/games/taipan/Makefile
new file mode 100644
index 000000000000..d5c27ce2ed48
--- /dev/null
+++ b/games/taipan/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: taipan
+# Date created: 2002-03-15
+# Whom: Dave Walton <dwalton@acm.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= taipan
+PORTVERSION= 0.9
+CATEGORIES= games
+MASTER_SITES= ftp://ftp.ilbbs.com/pub/linux/
+
+MAINTAINER= ports@FreeBSD.org
+
+post-install:
+ @${STRIP_CMD} ${PREFIX}/bin/taipan
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
+.include <bsd.port.mk>