summaryrefslogtreecommitdiff
path: root/games/bugsx/Makefile
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>1998-08-17 03:13:12 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>1998-08-17 03:13:12 +0000
commitbb8608d89834479be458adc55ee0b0a21ddbf3da (patch)
treed7ce4015dce90eb29cfdf34741f18bf1343e7455 /games/bugsx/Makefile
parentAllow a ``make install'' that boched to be re-attempted. (diff)
Breed bugs using genetic algorithms. Use X11.
PR: 5245 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
Notes
Notes: svn path=/head/; revision=12564
Diffstat (limited to 'games/bugsx/Makefile')
-rw-r--r--games/bugsx/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/games/bugsx/Makefile b/games/bugsx/Makefile
new file mode 100644
index 000000000000..7c1da0045d3d
--- /dev/null
+++ b/games/bugsx/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: bugsx
+# Version required: 1.08
+# Date created: 7 December 1997
+# Whom: Don Croyle <croyle@gelemna.ft-wayne.in.us>
+#
+# $Id: Makefile,v 1.1.1.1 1998/02/14 05:11:35 croyle Exp $
+#
+
+DISTNAME= bugsx108
+PKGNAME= bugsx-1.08
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= applications
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= croyle@gelemna.ft-wayne.in.us
+
+USE_IMAKE= yes
+WRKSRC= ${WRKDIR}/bugsx
+# isn't really gzipped
+EXTRACT_BEFORE_ARGS= -xf
+
+post-install:
+ strip ${PREFIX}/bin/bugsx
+
+.include <bsd.port.mk>