1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00
freebsd-ports/games/gweled/Makefile
Joe Marcus Clarke a3696603b5 Update to 0.6.
PR:		74598
Submitted by:	Radek Kozlowski <radek@raadradd.com>
2004-12-01 20:52:14 +00:00

29 lines
680 B
Makefile

# New ports collection makefile for: gweled
# Date created: November 28, 2003
# Whom: James Earl
#
# $FreeBSD$
#
PORTNAME= gweled
PORTVERSION= 0.6
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"
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2
USE_REINPLACE= yes
GNU_CONFIGURE= yes
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
.include <bsd.port.mk>