[138188] trunk/dports/graphics/mscgen/Portfile
adfernandes at macports.org
adfernandes at macports.org
Wed Jul 1 11:55:40 PDT 2015
Revision: 138188
https://trac.macports.org/changeset/138188
Author: adfernandes at macports.org
Date: 2015-07-01 11:55:40 -0700 (Wed, 01 Jul 2015)
Log Message:
-----------
mscgen: add license and 'freetype' variant
Modified Paths:
--------------
trunk/dports/graphics/mscgen/Portfile
Modified: trunk/dports/graphics/mscgen/Portfile
===================================================================
--- trunk/dports/graphics/mscgen/Portfile 2015-07-01 18:42:16 UTC (rev 138187)
+++ trunk/dports/graphics/mscgen/Portfile 2015-07-01 18:55:40 UTC (rev 138188)
@@ -8,6 +8,7 @@
categories graphics
maintainers landonf
homepage http://www.mcternan.me.uk/mscgen/
+license GPL-2
platforms darwin
description Message Sequence Chart image generator
@@ -33,3 +34,8 @@
configure.env GDLIB_CFLAGS='${configure.cflags}' GDLIB_LIBS='-lgd'
use_configure yes
configure.args --prefix=${prefix}
+
+variant freetype description {Support FreeType} {
+ depends_lib-append port:freetype
+ configure.args-append --with-freetype
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150701/68b36b03/attachment.html>
More information about the macports-changes
mailing list