2003-12-31 17:58:45 +00:00
|
|
|
# New ports collection makefile for: gweled
|
|
|
|
# Date created: November 28, 2003
|
|
|
|
# Whom: James Earl
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gweled
|
2005-10-04 05:26:51 +00:00
|
|
|
PORTVERSION= 0.7
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 2
|
2003-12-31 17:58:45 +00:00
|
|
|
CATEGORIES= games gnome
|
|
|
|
MASTER_SITES= http://sebdelestaing.free.fr/gweled/Release/
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= GNOME version of the game called "Bejeweled" or "Diamond Mine"
|
|
|
|
|
2005-10-07 00:22:43 +00:00
|
|
|
LIB_DEPENDS= mikmod.2:${PORTSDIR}/audio/libmikmod
|
|
|
|
|
2003-12-31 17:58:45 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2
|
2004-12-01 20:52:14 +00:00
|
|
|
USE_REINPLACE= yes
|
2003-12-31 17:58:45 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2004-12-01 20:52:14 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|/var/games|${PREFIX}/share/gnome/games|' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
@${REINPLACE_CMD} -e 's|$${MKDIRPROG-mkdir}|mkdir -p|' \
|
|
|
|
${WRKSRC}/install-sh
|
|
|
|
|
2003-12-31 17:58:45 +00:00
|
|
|
.include <bsd.port.mk>
|