freebsd-ports/games/affenspiel/Makefile
Eitan Adler b7b9ec7a12 Variable that start with _ are considered private to the defining
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.

Approved by:	portmgr (tabthorpe)
2013-03-02 03:55:25 +00:00

41 lines
1,002 B
Makefile

# New ports collection makefile for: affenspiel
# Date created: 2 May 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= affenspiel
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.artsoft.org/RELEASES/unix/affenspiel/
MAINTAINER= ports@FreeBSD.org
COMMENT= Little puzzle game with monkey for X Window System
LICENSE= unknown
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LICENSE_NAME= just Copyright
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_XORG= x11 xt
MAKE_ARGS= CC="${CC}" LIBS="-L${LOCALBASE}/lib -lX11" \
DEBUG="${CFLAGS} -I${LOCALBASE}/include" \
FILE_CONFIG=-DSAVED_GAME_NAME='\"affenspiel.saved\"'
PORTDOCS= COPYRIGHT README
PLIST_FILES= bin/affenspiel
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/affenspiel ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>