freebsd-ports/games/gnudoku/Makefile
Edwin Groothuis 23ac2035b9 [MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
	one.  Also, now I can mirror some distfiles, so update
	MASTER_SITES for some ports.

PR:		ports/107038
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-12-21 20:41:33 +00:00

27 lines
692 B
Makefile

# New ports collection makefile for: GNUDoku
# Date created: 12 Jan 2006
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
#
# $FreeBSD$
#
PORTNAME= GNUDoku
PORTVERSION= 0.93
CATEGORIES= games
MASTER_SITES= http://offload1.icculus.org/~jcspray/GNUDoku/ \
http://icculus.org/~jcspray/GNUDoku/
MAINTAINER= amdmi3@amdmi3.ru
COMMENT= A free program for creating and solving Su Doku puzzles
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
USE_GMAKE= yes
MAKE_ENV= CXX="${CXX}" CXXLAGS="${CXXFLAGS}"
USE_GCC= 3.4+
post-patch:
@${REINPLACE_CMD} -e 's|PREFIX=|PREFIX?=|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|CXXFLAGS=|CXXFLAGS+=|' ${WRKSRC}/Makefile
.include <bsd.port.mk>