pkgsrc/emulators/swarm/Makefile
jlam 7046abc822 Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*.  This is fallout from the change in
revision 1.915 that removed ${MAKE_ENV} from the environment for a
recursive make.
2002-02-06 16:58:11 +00:00

19 lines
526 B
Makefile

# $NetBSD: Makefile,v 1.7 2002/02/06 16:58:14 jlam Exp $
#
DISTNAME= swarm-0.57
CATEGORIES= emulators
MASTER_SITES= http://www.dcs.gla.ac.uk/~michael/phd/bin/
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.dcs.gla.ac.uk/~michael/phd/swarm.html
COMMENT= Software arm6 core emulator
WRKSRC= ${WRKDIR}/swarm/src
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/swarm ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/swarm
${INSTALL_DATA} ${WRKSRC}/../doc/swarm.pdf ${PREFIX}/share/doc/swarm
.include "../../mk/bsd.pkg.mk"