aboutsummaryrefslogtreecommitdiffstats
path: root/science/2d-rewriter/Makefile
blob: 8f93223be9e4253020ebf641a51f6cb21c132f7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>