aboutsummaryrefslogtreecommitdiff
path: root/games/taipan
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2012-11-09 20:22:42 +0000
committerPawel Pekala <pawel@FreeBSD.org>2012-11-09 20:22:42 +0000
commitbaa64d0a6e9f86ac739c5dd7110d12539ab705d8 (patch)
treeb5123f1af7aa0845b324a3b3b098dc16725501a6 /games/taipan
parentd38cb980376375dc6ae656831fd9930b84ae2147 (diff)
downloadports-baa64d0a6e9f86ac739c5dd7110d12539ab705d8.tar.gz
ports-baa64d0a6e9f86ac739c5dd7110d12539ab705d8.zip
Notes
Diffstat (limited to 'games/taipan')
-rw-r--r--games/taipan/Makefile19
-rw-r--r--games/taipan/pkg-plist3
2 files changed, 9 insertions, 13 deletions
diff --git a/games/taipan/Makefile b/games/taipan/Makefile
index c9bcfb9ea947..a9e7c9bd272c 100644
--- a/games/taipan/Makefile
+++ b/games/taipan/Makefile
@@ -1,26 +1,25 @@
-# New ports collection makefile for: taipan
-# Date created: 2002-03-15
-# Whom: Dave Walton <dwalton@acm.org>
-#
+# Created by: Dave Walton <dwalton@acm.org>
# $FreeBSD$
-#
PORTNAME= taipan
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SUNSITE} \
- ftp://ftp.ilbbs.com/pub/linux/
-MASTER_SITE_SUBDIR= games/textrpg
+MASTER_SITES= SUNSITE/games/textrpg
MAINTAINER= ports@FreeBSD.org
-COMMENT= Taipan was (and is) a classic role-playing game from the 1980s
+COMMENT= Classic role-playing game from the 1980s
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
+PORTDOCS= README
+PLIST_FILES= bin/taipan
+
+.include <bsd.port.options.mk>
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/taipan ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
diff --git a/games/taipan/pkg-plist b/games/taipan/pkg-plist
deleted file mode 100644
index ccb4e9a62d05..000000000000
--- a/games/taipan/pkg-plist
+++ /dev/null
@@ -1,3 +0,0 @@
-bin/taipan
-%%PORTDOCS%%share/doc/taipan/README
-%%PORTDOCS%%@dirrm share/doc/taipan