aboutsummaryrefslogtreecommitdiff
path: root/games/bugsx/Makefile
blob: c92a2214a37cce0a9bd7963d89565394eb831eed (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
24
# 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
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>