summaryrefslogtreecommitdiffstats
path: root/science/2d-rewriter/Makefile
blob: cfe92ee6f6c8d8aa0f6c0bf3f34f50a9f711c7d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: Igor Serikov <iserikov@acm.org>
# $FreeBSD$

PORTNAME=	2d-rewriter
PORTVERSION=	1.5
PORTREVISION=	1
CATEGORIES=	science
#MASTER_SITES=	http://www.crowdeduniverse.org/distfiles/

MAINTAINER=	iserikov@acm.org
COMMENT=	Cellular automata simulator

USES=		imake
USE_XORG=	x11 xext
USE_GITHUB=	yes
GH_ACCOUNT=	iserikov
GH_PROJECT=	2d-rewriter

OPTIONS_DEFINE=	EXAMPLES

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MEXAMPLES}
post-install:
	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
	(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud