574db40825
PR: ports/142562 Submitter: Igor Serikov <iserikov@acm.org> (maintainer)
27 lines
619 B
Makefile
27 lines
619 B
Makefile
# New ports collection makefile for: 2d-rewriter
|
|
# Date created: 8 December 2007
|
|
# Whom: Igor Serikov <iserikov@acm.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= 2d-rewriter
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= science
|
|
MASTER_SITES= http://www.crowdeduniverse.org/distfiles/
|
|
|
|
MAINTAINER= iserikov@acm.org
|
|
COMMENT= Cellular automata simulator
|
|
|
|
MAN1= 2d-rewriter.1
|
|
MANCOMPRESSED= yes
|
|
USE_IMAKE= yes
|
|
USE_XORG= x11 xext
|
|
|
|
.if !defined(NOPORTEXAMPLES)
|
|
post-install:
|
|
${MKDIR} ${EXAMPLESDIR}
|
|
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|