[Midnightbsd-cvs] mports [19412] trunk/graphics/GraphicsMagick/Makefile: need to fix this completely, but lets at least fix the library and libtool sections

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Jun 9 21:14:33 EDT 2015


Revision: 19412
          http://svnweb.midnightbsd.org/mports/?rev=19412
Author:   laffer1
Date:     2015-06-09 21:14:33 -0400 (Tue, 09 Jun 2015)
Log Message:
-----------
need to fix this completely, but lets at least fix the library and libtool sections

Modified Paths:
--------------
    trunk/graphics/GraphicsMagick/Makefile

Modified: trunk/graphics/GraphicsMagick/Makefile
===================================================================
--- trunk/graphics/GraphicsMagick/Makefile	2015-06-10 01:10:18 UTC (rev 19411)
+++ trunk/graphics/GraphicsMagick/Makefile	2015-06-10 01:14:33 UTC (rev 19412)
@@ -2,7 +2,7 @@
 
 PORTNAME=	GraphicsMagick
 PORTVERSION=	1.1.15
-PORTREVISION=	3
+PORTREVISION=	4
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	SF \
@@ -10,15 +10,16 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Fast image processing tools based on ImageMagick
+
 LICENSE=	bsd2
 
 CONFLICTS=	GraphicsMagick-1.[23].*
 
-LIB_DEPENDS=	freetype:${PORTSDIR}/print/freetype2	\
-		fpx.[2-9]:${PORTSDIR}/graphics/libfpx	\
-		jbig:${PORTSDIR}/graphics/jbigkit	\
-		png15:${PORTSDIR}/graphics/png		\
-		xml2:${PORTSDIR}/textproc/libxml2
+LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2	\
+		libfpx.so:${PORTSDIR}/graphics/libfpx	\
+		libjbig.so:${PORTSDIR}/graphics/jbigkit	\
+		libpng.so:${PORTSDIR}/graphics/png		\
+		libxml2.so:${PORTSDIR}/textproc/libxml2
 OTHERGRAPHICS=	jasper jpeg lcms tiff
 LIB_DEPENDS+=	${OTHERGRAPHICS:C|(.+)|\1:${PORTSDIR}/graphics/\1|}
 
@@ -29,19 +30,10 @@
 
 OPTIONS_DEFAULT=X11 TESTS DOCS
 
-USES=		iconv
-USE_AUTOTOOLS=	libtool
-USE_BZIP2=	yes
+USES=		iconv libtool tar:bz2
 USE_GHOSTSCRIPT=yes
 GNU_CONFIGURE=	yes
 
-MAN1=	GraphicsMagick++-config.1 \
-	GraphicsMagick-config.1 \
-	GraphicsMagickWand-config.1 \
-	gm.1
-MAN4=	miff.4
-MAN5=	quantize.5
-
 .ifndef WINDOWS_FONT_DIR
 # Use fonts installed by x11-fonts/webfonts by default
 WINDOWS_FONT_DIR=${LOCALBASE}/lib/X11/fonts/webfonts



More information about the Midnightbsd-cvs mailing list