diff options
author | tron <tron@pkgsrc.org> | 2004-03-29 18:11:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2004-03-29 18:11:14 +0000 |
commit | 3a7b9c00b6d5c7c4f449644bd4fffbd407d06afc (patch) | |
tree | 605eaebc46c9403469ee29e9bab98aa60e746714 /print/gnome-print | |
parent | 2fc9703c80dae59e52e6e1fc540c9a63af970736 (diff) | |
download | pkgsrc-3a7b9c00b6d5c7c4f449644bd4fffbd407d06afc.tar.gz |
Convert to buildlink3 framework.
Diffstat (limited to 'print/gnome-print')
-rw-r--r-- | print/gnome-print/Makefile | 13 | ||||
-rw-r--r-- | print/gnome-print/buildlink3.mk | 23 |
2 files changed, 29 insertions, 7 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile index d5173e106c5..ca314037cbf 100644 --- a/print/gnome-print/Makefile +++ b/print/gnome-print/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2004/03/16 14:04:44 tron Exp $ -# +# $NetBSD: Makefile,v 1.63 2004/03/29 18:11:14 tron Exp $ DISTNAME= gnome-print-0.36 PKGREVISION= 4 @@ -10,7 +9,7 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.levien.com/gnome/print-arch.html COMMENT= Prototype implementation of the Gnome Printing Architecture -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES USE_X11= YES USE_LIBTOOL= YES @@ -21,9 +20,9 @@ CONFIGURE_ARGS+= --without-admin # currently unstable # override HOME to avoid trying to install ${HOME}/.gnome MAKE_ENV+= HOME=${WRKSRC} -.include "../../graphics/freetype2/buildlink2.mk" -.include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk" -.include "../../textproc/libunicode/buildlink2.mk" -.include "../../textproc/libxml/buildlink2.mk" +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk" +.include "../../textproc/libunicode/buildlink3.mk" +.include "../../textproc/libxml/buildlink3.mk" .include "../../mk/ghostscript.mk" .include "../../mk/bsd.pkg.mk" diff --git a/print/gnome-print/buildlink3.mk b/print/gnome-print/buildlink3.mk new file mode 100644 index 00000000000..884a701e68c --- /dev/null +++ b/print/gnome-print/buildlink3.mk @@ -0,0 +1,23 @@ +# $NetBSD: buildlink3.mk,v 1.1 2004/03/29 18:11:14 tron Exp $ + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ +GNOME_PRINT_BUILDLINK3_MK:= ${GNOME_PRINT_BUILDLINK3_MK}+ + +.if !empty(BUILDLINK_DEPTH:M+) +BUILDLINK_DEPENDS+= gnome-print +.endif + +BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Ngnome-print} +BUILDLINK_PACKAGES+= gnome-print + +.if !empty(GNOME_PRINT_BUILDLINK3_MK:M+) +BUILDLINK_DEPENDS.gnome-print+= gnome-print>=0.36nb4 +BUILDLINK_PKGSRCDIR.gnome-print?= ../../print/gnome-print +.endif # GNOME_PRINT_BUILDLINK3_MK + +.include "../../graphics/freetype2/buildlink3.mk" +.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk" +.include "../../textproc/libunicode/buildlink3.mk" +.include "../../textproc/libxml/buildlink3.mk" + +BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |