aboutsummaryrefslogtreecommitdiff
path: root/science/2d-rewriter
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 22:25:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-06-28 22:25:57 +0000
commitcaeb20681fe550555545b3ca56cdfbfd32d57e77 (patch)
tree2e257d9ce93af2da67014d411009d1857a37c298 /science/2d-rewriter
parente4f1166c06542571defe4cd719fd61d39938e38f (diff)
downloadports-caeb20681fe550555545b3ca56cdfbfd32d57e77.tar.gz
ports-caeb20681fe550555545b3ca56cdfbfd32d57e77.zip
Notes
Diffstat (limited to 'science/2d-rewriter')
-rw-r--r--science/2d-rewriter/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/science/2d-rewriter/Makefile b/science/2d-rewriter/Makefile
index 8f93223be9e4..787e291678eb 100644
--- a/science/2d-rewriter/Makefile
+++ b/science/2d-rewriter/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: 2d-rewriter
-# Date created: 8 December 2007
-# Whom: Igor Serikov <iserikov@acm.org>
-#
+# Created by: Igor Serikov <iserikov@acm.org>
# $FreeBSD$
-#
PORTNAME= 2d-rewriter
PORTVERSION= 1.4
@@ -15,10 +11,12 @@ COMMENT= Cellular automata simulator
MAN1= 2d-rewriter.1
MANCOMPRESSED= yes
-USE_IMAKE= yes
+USES= imake
USE_XORG= x11 xext
-.if !defined(NOPORTEXAMPLES)
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MEXAMPLES}
post-install:
${MKDIR} ${EXAMPLESDIR}
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})