pkgsrc/games/craft/Makefile
2013-01-21 06:56:38 +00:00

47 lines
1.4 KiB
Makefile

# $NetBSD: Makefile,v 1.31 2013/01/21 06:56:38 dholland Exp $
DISTNAME= craftcc35
PKGNAME= craft-3.5
PKGREVISION= 3
CATEGORIES= games x11
MASTER_SITES= http://ibiblio.org/pub/linux/games/strategy/
EXTRACT_SUFX= .tar.Z
PATCHFILES= craft-jumbo-patch-20130120.gz
PATCH_SITES= http://www.NetBSD.org/~dholland/patchkits/craft/
PATCH_DIST_STRIP= -p1
MAINTAINER= pkgsrc-users@NetBSD.org
# Gone as of 20130120, no obvious replacement
#HOMEPAGE= http://set.gmd.de/~hua/
COMMENT= Warcraft-like game for X11
WRKSRC= ${WRKDIR}
USE_LANGUAGES= c c++
USE_TOOLS+= pkg-config
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --destdir=${DESTDIR} --prefix=${PREFIX}
# Note for reference that there's a craftdoc.tar.Z that can also be
# downloaded; the only thing it contains that isn't in the main
# distfile is a few unreferenced images.
SUBST_CLASSES+= buttons
SUBST_STAGE.buttons= pre-configure
SUBST_FILES.buttons= .windefaults.params
SUBST_SED.buttons= -e 's+buttons+${PREFIX}/share/craft/buttons+'
INSTALLATION_DIRS= bin
post-extract:
find ${WRKSRC} -type f -name '*~' -print | xargs rm -f
for f in `find ${WRKSRC} -name "*.hc" -type f -print`; do \
${ECHO} "" >> "$$f"; \
done
${CHMOD} a-x ${WRKSRC}/html/pic/*.gif
${CHMOD} a-x ${WRKSRC}/html/pic/craft.gif.old
${CHMOD} a-x ${WRKSRC}/html/craftcc.html
rm -f ${WRKSRC}/hcc/hcc
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"