1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/games/bugsx/Makefile
Joseph Koshy bb8608d898 Breed bugs using genetic algorithms. Use X11.
PR:		5245
Submitted by:	Don Croyle <croyle@gelemna.ft-wayne.in.us>
1998-08-17 03:13:12 +00:00

27 lines
564 B
Makefile

# 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>