1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/games/fxsudoku/Makefile
Baptiste Daroussin a33191366c Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends

With hat:	portmgr
2014-06-25 05:35:31 +00:00

28 lines
596 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= fxsudoku
PORTVERSION= 0.5.1
PORTREVISION= 25
CATEGORIES= games
MASTER_SITES= http://www.fifthplanet.net/files/
MAINTAINER= edwin@mavetju.org
COMMENT= Implementation of the Sudoku game
LIB_DEPENDS= libFOX-1.6.so:${PORTSDIR}/x11-toolkits/fox16
USES= tar:bzip2 gmake
PLIST_FILES= bin/fxsudoku
post-extract:
${CP} ${FILESDIR}/config.freebsd ${WRKSRC}/build
do-build:
cd ${WRKSRC} && MAKE=${MAKE_CMD} ./gb
do-install:
cd ${WRKSRC} && MAKE=${MAKE_CMD} ./gb install --prefix=${STAGEDIR}${PREFIX}
.include <bsd.port.mk>