1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/games/gnudoku/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
708 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
PORTREVISION= 1
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>