diff options
author | reed <reed@pkgsrc.org> | 2006-01-11 17:49:35 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2006-01-11 17:49:35 +0000 |
commit | 564b4a15649fa44ed92976fe09c7bd6cb00dac16 (patch) | |
tree | c6ece875840e2f04690fafaef96a9fb22c7b36ab /print/poppler | |
parent | a5280f1a05660e23fe03b3c01af4ab1a581e6c7e (diff) | |
download | pkgsrc-564b4a15649fa44ed92976fe09c7bd6cb00dac16.tar.gz |
Create a Makefile.common so poppler-qt will use same.
Remove distinfo from poppler-qt.
Make sure that poppler-qt depends on at least same version of poppler.
Take maintainership for poppler-qt.
This updates poppler-qt to 0.4.4. (I didn't check to see if fixes
are related to "qt".)
Diffstat (limited to 'print/poppler')
-rw-r--r-- | print/poppler/Makefile | 12 | ||||
-rw-r--r-- | print/poppler/Makefile.common | 16 |
2 files changed, 20 insertions, 8 deletions
diff --git a/print/poppler/Makefile b/print/poppler/Makefile index ab5846d4a8c..bd5c772f722 100644 --- a/print/poppler/Makefile +++ b/print/poppler/Makefile @@ -1,16 +1,12 @@ -# $NetBSD: Makefile,v 1.7 2006/01/11 16:10:11 reed Exp $ +# $NetBSD: Makefile,v 1.8 2006/01/11 17:49:35 reed Exp $ # -DISTNAME= poppler-0.4.4 -CATEGORIES= print -MASTER_SITES= http://poppler.freedesktop.org/ +.include "../../print/poppler/Makefile.common" -MAINTAINER= reed@reedmedia.net -HOMEPAGE= http://poppler.freedesktop.org/ COMMENT= PDF rendering library -USE_TOOLS+= gmake pkg-config -USE_LIBTOOL= yes +USE_TOOLS+= gmake + LIBTOOL_OVERRIDE= ${WRKSRC}/libtool #PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-cairo.pc.in PKGCONFIG_OVERRIDE+= ${WRKSRC}/poppler-glib.pc.in diff --git a/print/poppler/Makefile.common b/print/poppler/Makefile.common new file mode 100644 index 00000000000..2c0dd937701 --- /dev/null +++ b/print/poppler/Makefile.common @@ -0,0 +1,16 @@ +# $NetBSD: Makefile.common,v 1.1 2006/01/11 17:49:35 reed Exp $ +# + +POPPLER_VERS= 0.4.4 +DISTNAME= poppler-${POPPLER_VERS} +CATEGORIES= print +MASTER_SITES= http://poppler.freedesktop.org/ + +MAINTAINER= reed@reedmedia.net +HOMEPAGE= http://poppler.freedesktop.org/ + +DISTINFO_FILE= ${.CURDIR}/../../print/poppler/distinfo +#PATCHDIR= ${.CURDIR}/../../print/poppler/patches + +USE_TOOLS+= pkg-config +USE_LIBTOOL= yes |