aboutsummaryrefslogtreecommitdiff
path: root/games/bugsx/Makefile
blob: 5b748e31145650d06f7ab41aee4b40397788d684 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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>