1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/games/fxsudoku/Makefile
Edwin Groothuis 25bcfe2378 Fix staging
2014-05-12 04:58:09 +00:00

28 lines
593 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= An 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=${GMAKE} ./gb
do-install:
cd ${WRKSRC} && MAKE=${GMAKE} ./gb install --prefix=${STAGEDIR}${PREFIX}
.include <bsd.port.mk>