mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
e427ab10bf
Approved by: portmgr (blanket)
22 lines
451 B
Makefile
22 lines
451 B
Makefile
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>
|