mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
25 lines
472 B
Makefile
25 lines
472 B
Makefile
# Created by: Don Croyle <croyle@gelemna.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|