1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/games/gweled/Makefile
Steve Wills 9e87dcbe5f - Chase libmikmod upgrade
Approved by:	portmgr (bdrewery)
2014-04-17 15:07:21 +00:00

27 lines
652 B
Makefile

# Created by: James Earl
# $FreeBSD$
PORTNAME= gweled
PORTVERSION= 0.7
PORTREVISION= 13
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"
LIB_DEPENDS= libmikmod.so:${PORTSDIR}/audio/libmikmod
USES= gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui librsvg2
GNU_CONFIGURE= yes
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|/var/games|${PREFIX}/share/games|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$${MKDIRPROG-mkdir}|mkdir -p|' \
${WRKSRC}/install-sh
.include <bsd.port.mk>