1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/games/bugsx/Makefile
Gleb Popov e427ab10bf *: Move manpages to share/man for imake ports.
Approved by:	portmgr (blanket)
2024-02-04 22:13:55 +03:00

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>