summaryrefslogtreecommitdiff
path: root/print/scribus/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2009-09-16 09:24:55 +0000
committerdrochner <drochner@pkgsrc.org>2009-09-16 09:24:55 +0000
commitf1339aab95ada44334435a96d7a87fde039ec38d (patch)
tree8ef38f665aec0c3008a7a7a89d4edae3e62510d1 /print/scribus/Makefile
parent9fd4e87e1f5654d8c746e1ec33c213dbd0b493d9 (diff)
downloadpkgsrc-f1339aab95ada44334435a96d7a87fde039ec38d.tar.gz
update to 1.3.3.13
changes: -Several fixes and improvements to Pdf exporter -More translation and documentation updates -Several fixes to protect against possible crashes -Improvements to the Scripter to enable more features pkgsrc note: The gnu-autoconf based make system is completely broken now, had to switch to cmake. Added cups dependency.
Diffstat (limited to 'print/scribus/Makefile')
-rw-r--r--print/scribus/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/print/scribus/Makefile b/print/scribus/Makefile
index b267b7df1d5..8fc47afe66f 100644
--- a/print/scribus/Makefile
+++ b/print/scribus/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2009/08/26 19:58:15 sno Exp $
+# $NetBSD: Makefile,v 1.62 2009/09/16 09:24:55 drochner Exp $
-DISTNAME= scribus-1.3.3.12
-PKGREVISION= 3
+DISTNAME= scribus-1.3.3.13
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=scribus/}
EXTRACT_SUFX= .tar.bz2
@@ -17,7 +16,7 @@ USE_LIBTOOL= YES
USE_TOOLS+= gmake perl pkg-config
PTHREAD_OPTS+= require
SHLIBTOOL_OVERRIDE= # empty
-GNU_CONFIGURE= yes
+USE_CMAKE= yes
CONFIGURE_ARGS+= --enable-cairo
CONFIGURE_ARGS+= --with-extra-includes=${PREFIX}/include
CONFIGURE_ARGS+= --with-extra-libs=${PREFIX}/lib
@@ -29,6 +28,11 @@ CONFIGURE_ARGS+= --with-pythondir=${PREFIX}
# XXX make an option
CONFIGURE_ARGS+= --disable-cups
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/scribus/icons/scribus.png \
+ ${DESTDIR}${PREFIX}/share/pixmaps
+
+.include "../../print/cups/buildlink3.mk"
.include "../../graphics/cairo/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
BUILDLINK_API_DEPENDS.libart+= libart>=2.3.19nb1