diff options
author | jmmv <jmmv> | 2004-12-29 12:56:50 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-12-29 12:56:50 +0000 |
commit | 86e1f5e55a07275811b3a3d530857f0e5f5486f6 (patch) | |
tree | 1ba69d6a15ad56839be85659ab42f7c43ac065f5 /devel/glade2/Makefile.common | |
parent | 7cf4d525d3734167b6209844cf1ea3cdd9ee399c (diff) | |
download | pkgsrc-86e1f5e55a07275811b3a3d530857f0e5f5486f6.tar.gz |
Disable GNOME support and split the Makefile to aid in the addition of the
new glade2-gnome package, which provides the missing bits. Bump PKGREVISION
to 1.
While here, pick maintainership. This package was maintained by the same
person as gnome2-terminal, who is unreachable according to ben@.
Addresses PR pkg/25030.
Diffstat (limited to 'devel/glade2/Makefile.common')
-rw-r--r-- | devel/glade2/Makefile.common | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/glade2/Makefile.common b/devel/glade2/Makefile.common new file mode 100644 index 00000000000..dd31511d387 --- /dev/null +++ b/devel/glade2/Makefile.common @@ -0,0 +1,30 @@ +# $NetBSD: Makefile.common,v 1.1 2004/12/29 12:56:50 jmmv Exp $ + +DISTNAME= glade-2.6.5 +PKGNAME= ${DISTNAME:S/-/2-/} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glade/2.6/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= jmmv@NetBSD.org +HOMEPAGE= http://glade.gnome.org/ +COMMENT= User interface builder for the GTK2+ toolkit + +DISTINFO_FILE= ${.CURDIR}/../../devel/glade2/distinfo +PATCHDIR= ${.CURDIR}/../../devel/glade2/patches +PLIST_SRC= ${.CURDIR}/../../devel/glade2/PLIST + +GNU_CONFIGURE= YES +USE_BUILDLINK3= YES +USE_DIRS+= gnome2-1.5 +USE_GNU_TOOLS+= make +USE_LIBTOOL= YES +USE_PKGLOCALEDIR= YES +USE_X11= YES + +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../textproc/intltool/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" +.include "../../textproc/scrollkeeper/omf.mk" +.include "../../x11/gtk2/buildlink3.mk" |