freebsd-ports/games/gweled/Makefile
Koop Mast 3806e47a65 Stagify.
Use @sample for score files.
Convert pkg-install to plist @owner/@group/@mode
Convert gnomehack to pathfix.
2014-05-30 15:51:00 +00:00

30 lines
849 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 pathfix pkgconfig
USE_GNOME= gnomeprefix gnomehier libgnomeui librsvg2
GNU_CONFIGURE= 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
post-install:
${RM} ${STAGEDIR}${PREFIX}/share/games/gweled.easy.scores
${TOUCH} ${STAGEDIR}${PREFIX}/share/games/gweled.easy.scores.sample
${TOUCH} ${STAGEDIR}${PREFIX}/share/games/gweled.timed.scores.sample
.include <bsd.port.mk>