baa64d0a6e
- Use PLIST_FILES, PORTDOCS instead of pkg-plist PR: ports/172007 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Feature safe: yes
27 lines
546 B
Makefile
27 lines
546 B
Makefile
# Created by: Dave Walton <dwalton@acm.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= taipan
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= SUNSITE/games/textrpg
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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 ${PORT_OPTIONS:MDOCS}
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|