diff options
-rw-r--r-- | games/taipan/Makefile | 19 | ||||
-rw-r--r-- | games/taipan/pkg-plist | 3 |
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 |