freebsd-ports/science/2d-rewriter/Makefile
Tong LIU 574db40825 - Update to 1.4
PR:	ports/142562
Submitter:	Igor Serikov <iserikov@acm.org> (maintainer)
2010-01-12 03:02:16 +00:00

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>