mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
e427ab10bf
Approved by: portmgr (blanket)
22 lines
419 B
Makefile
22 lines
419 B
Makefile
PORTNAME= bugsx
|
|
PORTVERSION= 1.08
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= XCONTRIB/applications
|
|
DISTNAME= bugsx108
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Breed bugs using genetic algorithms
|
|
|
|
LICENSE= GPLv1
|
|
|
|
USES= imake tar:tgz xorg
|
|
USE_XORG= x11 xext
|
|
WRKSRC= ${WRKDIR}/bugsx
|
|
PLIST_FILES= bin/bugsx share/man/man1/bugsx.1.gz
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bugsx
|
|
|
|
.include <bsd.port.mk>
|