diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-09-21 17:06:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-09-21 17:06:40 +0000 |
commit | e0df451f133bc031c2d4efb58ed5576ef2a7b2c4 (patch) | |
tree | b6b62603615807287e65c4ea24be4794f72ccc45 /print/libgnomecups/Makefile | |
parent | 927061f698c9c7bbf2c6fc3eb521225726957595 (diff) | |
download | pkgsrc-e0df451f133bc031c2d4efb58ed5576ef2a7b2c4.tar.gz |
Initial import of libgnomecups, version 0.1.12:
Support library for Cups adminstration through GNOME.
Diffstat (limited to 'print/libgnomecups/Makefile')
-rw-r--r-- | print/libgnomecups/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/print/libgnomecups/Makefile b/print/libgnomecups/Makefile new file mode 100644 index 00000000000..6e0ff6b3452 --- /dev/null +++ b/print/libgnomecups/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/21 17:06:40 jmmv Exp $ +# + +DISTNAME= libgnomecups-0.1.12 +CATEGORIES= print gnome +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libgnomecups/0.1/} + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://www.gnome.org/ +COMMENT= GNOME interface to CUPS + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_LIBTOOL= YES + +PKGCONFIG_OVERRIDE= libgnomecups-1.0.pc.in + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/glib2/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../print/cups/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |