mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
34 lines
657 B
Makefile
34 lines
657 B
Makefile
# New ports collection makefile for: bugsx
|
|
# Date created: 7 December 1997
|
|
# Whom: Don Croyle <croyle@gelemna.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bugsx
|
|
PORTVERSION= 1.08
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
DISTNAME= bugsx108
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Breed bugs using genetic algorithims
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
WRKSRC= ${WRKDIR}/bugsx
|
|
# isn't really gzipped
|
|
EXTRACT_CMD= ${TAR}
|
|
EXTRACT_BEFORE_ARGS= -xf
|
|
EXTRACT_AFTER_ARGS= # empty
|
|
MAN1= bugsx.1
|
|
PLIST_FILES= bin/bugsx
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/bugsx
|
|
|
|
.include <bsd.port.mk>
|