pkgsrc-wip/kpanta/Makefile
Tobias Nygren d2ab3469b0 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 04:30:10 +00:00

26 lines
705 B
Makefile

# $NetBSD: Makefile,v 1.9 2008/01/18 04:30:15 tnn2 Exp $
#
DISTNAME= kpanta_1_0
PKGNAME= ${DISTNAME:S/_1_0/-1.0/}
WRKSRC= ${WRKDIR}/kpanta
PKGREVISION= 2
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"