blob: d0b6fc4958534d1e5eac066d68a355f65492cd5f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= 2d-rewriter
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= science
MAINTAINER= ports@FreeBSD.org
COMMENT= Cellular automata simulator
WWW= https://github.com/iserikov/2d-rewriter
USES= imake xorg
USE_XORG= x11 xext
USE_GITHUB= yes
GH_ACCOUNT= iserikov
OPTIONS_DEFINE= EXAMPLES
do-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>
|