diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-02-23 20:41:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-02-23 20:41:44 +0000 |
commit | 4f9327f27ac5d8dc32f5b00a4b06cdc4ac5a5615 (patch) | |
tree | 70b0e7e48a4a6d538d372c43ddf3c81ff4038934 /graphics/silgraphite | |
parent | 87d7a27d125b225e31981e687306dcae171e86bb (diff) | |
download | ports-4f9327f27ac5d8dc32f5b00a4b06cdc4ac5a5615.tar.gz ports-4f9327f27ac5d8dc32f5b00a4b06cdc4ac5a5615.zip |
Notes
Diffstat (limited to 'graphics/silgraphite')
-rw-r--r-- | graphics/silgraphite/Makefile | 9 | ||||
-rw-r--r-- | graphics/silgraphite/distinfo | 6 | ||||
-rw-r--r-- | graphics/silgraphite/files/patch-engine_Makefile.in | 11 |
3 files changed, 9 insertions, 17 deletions
diff --git a/graphics/silgraphite/Makefile b/graphics/silgraphite/Makefile index 1203f212143f..f1c120c83644 100644 --- a/graphics/silgraphite/Makefile +++ b/graphics/silgraphite/Makefile @@ -6,7 +6,7 @@ # PORTNAME= silgraphite -PORTVERSION= 2.3 +PORTVERSION= 2.3.1 CATEGORIES= graphics devel MASTER_SITES= SF @@ -18,8 +18,7 @@ OPTIONS= FREETYPE "Build with Freetype support" on USE_GNOME= pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CFLAGS+= "-I${LOCALBASE}/include" "-L${LOCALBASE}/lib" CONFIGURE_ARGS= --without-xft --without-pangographite .include <bsd.port.pre.mk> @@ -34,4 +33,8 @@ CONFIGURE_ARGS+= --without-freetype PLIST_SUB+= WITH_FREETYPE="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \ + ${WRKSRC}/engine/Makefile.in + .include <bsd.port.post.mk> diff --git a/graphics/silgraphite/distinfo b/graphics/silgraphite/distinfo index c32d951e4dba..7bc71c0a0304 100644 --- a/graphics/silgraphite/distinfo +++ b/graphics/silgraphite/distinfo @@ -1,3 +1,3 @@ -MD5 (silgraphite-2.3.tar.gz) = 76a6daa2ec802bdd5e5f9a233b4e2ff8 -SHA256 (silgraphite-2.3.tar.gz) = 574dbccd0480e7c571612251afafd8de2019997ee1450ee3e68039f64797f1ec -SIZE (silgraphite-2.3.tar.gz) = 3394463 +MD5 (silgraphite-2.3.1.tar.gz) = d35724900f6a4105550293686688bbb3 +SHA256 (silgraphite-2.3.1.tar.gz) = 9b07c6e91108b1fa87411af4a57e25522784cfea0deb79b34ced608444f2ed65 +SIZE (silgraphite-2.3.1.tar.gz) = 3239482 diff --git a/graphics/silgraphite/files/patch-engine_Makefile.in b/graphics/silgraphite/files/patch-engine_Makefile.in deleted file mode 100644 index 37f59e66b7cb..000000000000 --- a/graphics/silgraphite/files/patch-engine_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- engine/Makefile.in.orig 2008-11-30 19:57:26.000000000 +0100 -+++ engine/Makefile.in 2008-11-30 19:58:25.000000000 +0100 -@@ -196,7 +196,7 @@ - build.bat build_d.bat makefile.vc \ - README - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = ${PREFIX}/libdata/pkgconfig - pkgconfig_DATA = silgraphite.pc - - # VC_VERSION is the last released version of the software |