pkgsrc-wip/kpanta/Makefile
2010-01-17 12:03:22 +00:00

26 lines
716 B
Makefile

# $NetBSD: Makefile,v 1.10 2010/01/17 12:03:28 thomasklausner Exp $
#
DISTNAME= kpanta_1_0
PKGNAME= ${DISTNAME:S/_1_0/-1.0/}
WRKSRC= ${WRKDIR}/kpanta
PKGREVISION= 3
CATEGORIES= games
MASTER_SITES= http://www.geocities.com/anil_rvce/kpanta/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
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++
# 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"
.include "../../mk/bsd.pkg.mk"