# Created by: Igor Serikov # $FreeBSD$ PORTNAME= 2d-rewriter PORTVERSION= 1.5 CATEGORIES= science MASTER_SITES= http://www.crowdeduniverse.org/distfiles/ MAINTAINER= iserikov@acm.org COMMENT= Cellular automata simulator USES= imake USE_XORG= x11 xext OPTIONS_DEFINE= EXAMPLES .include .if ${PORT_OPTIONS:MEXAMPLES} post-install: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${STAGEDIR}${EXAMPLESDIR}) .endif .include