svn commit: r322001 - head/science/2d-rewriter

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 22:25:58 UTC 2013


Author: bapt
Date: Fri Jun 28 22:25:57 2013
New Revision: 322001
URL: http://svnweb.freebsd.org/changeset/ports/322001

Log:
  Convert to USES=imake
  Trim headers
  optionsng

Modified:
  head/science/2d-rewriter/Makefile

Modified: head/science/2d-rewriter/Makefile
==============================================================================
--- head/science/2d-rewriter/Makefile	Fri Jun 28 22:23:16 2013	(r322000)
+++ head/science/2d-rewriter/Makefile	Fri Jun 28 22:25:57 2013	(r322001)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    2d-rewriter
-# Date created:                         8 December 2007
-# Whom:                                 Igor Serikov <iserikov at acm.org>
-#
+# Created by: Igor Serikov <iserikov at 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})


More information about the svn-ports-all mailing list