1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00
freebsd-ports/games/bugsx/Makefile
2021-04-06 16:31:07 +02:00

24 lines
460 B
Makefile

# Created by: Don Croyle <croyle@gelemna.org>
PORTNAME= bugsx
PORTVERSION= 1.08
PORTREVISION= 2
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 man/man1/bugsx.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bugsx
.include <bsd.port.mk>