[Midnightbsd-cvs] mports [21972] trunk/graphics: add nox11 version of ImageMagick
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Thu Sep 29 22:48:16 EDT 2016
Revision: 21972
http://svnweb.midnightbsd.org/mports/?rev=21972
Author: laffer1
Date: 2016-09-29 22:48:16 -0400 (Thu, 29 Sep 2016)
Log Message:
-----------
add nox11 version of ImageMagick
Modified Paths:
--------------
trunk/graphics/Makefile
Added Paths:
-----------
trunk/graphics/ImageMagick-nox11/
trunk/graphics/ImageMagick-nox11/Makefile
Added: trunk/graphics/ImageMagick-nox11/Makefile
===================================================================
--- trunk/graphics/ImageMagick-nox11/Makefile (rev 0)
+++ trunk/graphics/ImageMagick-nox11/Makefile 2016-09-30 02:48:16 UTC (rev 21972)
@@ -0,0 +1,15 @@
+# Created by: mm at FreeBSD.org
+# $FreeBSD: head/graphics/ImageMagick-nox11/Makefile 420009 2016-08-10 12:08:05Z kwm $
+# $MidnightBSD$
+
+PORTREVISION= 1
+
+# the SVG and PANGO plugins need X11
+OPTIONS_EXCLUDE= X11 SVG PANGO
+PORTSCOUT= ignore:1
+# workaround until bsd.port.mk code can grok the disabling of the X11 option
+WITHOUT_X11=yes
+
+MASTERDIR= ${.CURDIR}/../ImageMagick
+
+.include "${MASTERDIR}/Makefile"
Property changes on: trunk/graphics/ImageMagick-nox11/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Modified: trunk/graphics/Makefile
===================================================================
--- trunk/graphics/Makefile 2016-09-30 02:48:06 UTC (rev 21971)
+++ trunk/graphics/Makefile 2016-09-30 02:48:16 UTC (rev 21972)
@@ -5,6 +5,7 @@
SUBDIR += GraphicsMagick
SUBDIR += Hermes
SUBDIR += ImageMagick
+SUBDIR += ImageMagick-nox11
SUBDIR += ImageMagick7
SUBDIR += OpenEXR
SUBDIR += aalib
More information about the Midnightbsd-cvs
mailing list