summaryrefslogtreecommitdiff
path: root/emulators/swarm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/swarm/Makefile')
-rw-r--r--emulators/swarm/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/emulators/swarm/Makefile b/emulators/swarm/Makefile
new file mode 100644
index 00000000000..0d3fe9a3fa4
--- /dev/null
+++ b/emulators/swarm/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/05/17 12:58:07 agc Exp $
+
+DISTNAME= swarm-0.26
+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
+
+WRKSRC= ${WRKDIR}/swarm/src
+
+do-install:
+ ${BSD_INSTALL_PROGRAM} ${WRKSRC}/swarm ${PREFIX}/bin
+ ${MKDIR} ${PREFIX}/share/doc/swarm
+ ${BSD_INSTALL_DATA} ${WRKSRC}/../doc/swarm.pdf ${PREFIX}/share/doc/swarm
+
+.include "../../mk/bsd.pkg.mk"