freebsd-ports/games/hex/Makefile
2000-10-05 06:57:56 +00:00

37 lines
894 B
Makefile

# New ports collection makefile for: Hex
# Date created: 9 Aug 1999
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= hex
PORTVERSION= 0.0.2
CATEGORIES= games
MASTER_SITES= http://www.nott.ac.uk/~psystrj/ \
http://www.psn.net/~andrews/dist/
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
USE_IMLIB= yes
MAKE_ENV= GRAPHICPATH="${GRAPHICPATH}" LEVELPATH="${LEVELPATH}"
GRAPHICPATH= ${PREFIX}/share/hex/graphics
LEVELPATH= ${PREFIX}/share/hex/levels
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hex ${PREFIX}/bin
@${MKDIR} ${GRAPHICPATH}
${INSTALL_DATA} ${WRKSRC}/graphics/*.png ${GRAPHICPATH}
@${MKDIR} ${LEVELPATH}
${INSTALL_DATA} ${WRKSRC}/levels/Level1 ${LEVELPATH}
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/hex
.for file in HISTORY README TODO
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hex
.endfor
.endif
.include <bsd.port.mk>