update Sun Jan 17 06:37:00 PST 2010
[pkgsrc.git] / wip / kpanta / Makefile
1 # $NetBSD$
2 #
3
4 DISTNAME=               kpanta_1_0
5 PKGNAME=                ${DISTNAME:S/_1_0/-1.0/}
6 WRKSRC=                 ${WRKDIR}/kpanta
7 PKGREVISION=            3
8 CATEGORIES=             games
9 MASTER_SITES=           http://www.geocities.com/anil_rvce/kpanta/
10 EXTRACT_SUFX=           .tgz
11
12 MAINTAINER=             pkgsrc-users@NetBSD.org
13 HOMEPAGE=               http://www.geocities.com/anil_rvce/kpanta.html
14 COMMENT=                AntiChess - like ordinary chess, but the objective is to loose pieces
15
16 GNU_CONFIGURE=          yes
17 USE_LANGUAGES=          c c++
18
19 # propably ${TAR} options include extraction to a specified dir
20 # look it up in man :)
21
22 post-extract:
23         ${MV} "${WRKDIR}/kpanta - 1.0/" ${WRKDIR}/kpanta
24
25 .include "../../x11/kdelibs3/buildlink3.mk"
26 .include "../../mk/bsd.pkg.mk"