mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
29 lines
708 B
Makefile
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>
|