pkgsrc-wip/kpanta/Makefile

27 lines
716 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2010/06/13 22:47:09 thomasklausner Exp $
2004-01-01 23:38:26 +01:00
#
DISTNAME= kpanta_1_0
PKGNAME= ${DISTNAME:S/_1_0/-1.0/}
WRKSRC= ${WRKDIR}/kpanta
PKGREVISION= 5
2004-01-01 23:38:26 +01:00
CATEGORIES= games
MASTER_SITES= http://www.geocities.com/anil_rvce/kpanta/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
2004-01-01 23:38:26 +01:00
HOMEPAGE= http://www.geocities.com/anil_rvce/kpanta.html
COMMENT= AntiChess - like ordinary chess, but the objective is to loose pieces
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
2004-01-01 23:38:26 +01:00
# propably ${TAR} options include extraction to a specified dir
# look it up in man :)
post-extract:
${MV} "${WRKDIR}/kpanta - 1.0/" ${WRKDIR}/kpanta
.include "../../x11/kdelibs3/buildlink3.mk"
2004-01-01 23:38:26 +01:00
.include "../../mk/bsd.pkg.mk"