pkgsrc-wip/pmars/Makefile
Sergey Svishchev 4f46d1157a Delint:
- add or fix RCS ids
- fix permission problems (USE_TOOLS etc.)
- fix MESSAGE, DESCR, COMMENT problems
- other minor tweaks (all reported by pkglint -Wall)
2006-10-29 11:23:06 +00:00

28 lines
870 B
Makefile

# $NetBSD: Makefile,v 1.4 2006/10/29 11:23:12 shattered Exp $
#
DISTNAME= pmars-0_8_6_tar
PKGNAME= pmars-0.8.6
CATEGORIES= games
MASTER_SITES= http://www.koth.org/pmars/
EXTRACT_SUFX= .gz
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.koth.org/pmars/
COMMENT= The official Core Wars simulator
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
USE_TOOLS+= pkg-config gmake
MAKE_FILE= makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pmars ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/pmars/
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/pmars/
${INSTALL_DATA} ${WRKSRC}/CONTRIB ${PREFIX}/share/pmars/
${INSTALL_DATA_DIR} ${PREFIX}/share/pmars/warriors
${INSTALL_DATA} ${WRKSRC}/*.red ${PREFIX}/share/pmars/warriors/
${INSTALL_MAN} ${WRKSRC}/pmars.6 ${PREFIX}/${PKGMANDIR}/man6
.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"