freebsd-ports/games/fxsudoku/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

27 lines
596 B
Makefile

# Created by: Edwin Groothuis <edwin@mavetju.org>
# $FreeBSD$
PORTNAME= fxsudoku
PORTVERSION= 0.5.1
PORTREVISION= 26
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>