mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
e12125add7
taipan.c:2709:7: warning: array index 4 is past the end of the array (which contains 4 elements) [-Warray-bounds] PR: 206771 Submitted by: Dave Walton <dw-fbsd@digger.net> Submitted by: c.brinkhaus@t-online.de
25 lines
557 B
Makefile
25 lines
557 B
Makefile
# Created by: Dave Walton <dwalton@acm.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= taipan
|
|
PORTVERSION= 0.9
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= SUNSITE/games/textrpg
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Classic role-playing game from the 1980s
|
|
|
|
USES= ncurses
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LIBS="${LDFLAGS} -lncurses"
|
|
|
|
PORTDOCS= README
|
|
PLIST_FILES= bin/taipan
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/taipan ${STAGEDIR}${PREFIX}/bin
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|