diff options
author | cube <cube> | 2004-02-26 16:25:52 +0000 |
---|---|---|
committer | cube <cube> | 2004-02-26 16:25:52 +0000 |
commit | af5351dbddba0056fa489b2a0db5deac4082bd69 (patch) | |
tree | 197911493f8cedeb5964b7c0594b68ae849f4145 /devel/anjuta/Makefile | |
parent | cdf18063f2052edc8c393ba3bd87e006c931d54e (diff) | |
download | pkgsrc-af5351dbddba0056fa489b2a0db5deac4082bd69.tar.gz |
Update to version 1.2.1, with some ideas from Nir Mor.
anjuta now uses GTK+2/GNOME2 environment. There has been a lot of active
development since the 1.0 branch, listing it would be way too long (parsing
it, too). Refer to ChangeLog in the WRKSRC directory.
Diffstat (limited to 'devel/anjuta/Makefile')
-rw-r--r-- | devel/anjuta/Makefile | 38 |
1 files changed, 22 insertions, 16 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile index e48e87bd811..7950b5c22cd 100644 --- a/devel/anjuta/Makefile +++ b/devel/anjuta/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2004/01/22 08:24:28 grant Exp $ +# $NetBSD: Makefile,v 1.19 2004/02/26 16:25:52 cube Exp $ # -DISTNAME= anjuta-1.0.1 -PKGREVISION= 6 +DISTNAME= anjuta-1.2.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=anjuta/} @@ -10,10 +9,19 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.anjuta.org/ COMMENT= Gnome based IDE for C and C++ -BUILD_USES_MSGFMT= YES -DEPENDS+= gnome1-dirs>=1.2:../../misc/gnome1-dirs - -USE_BUILDLINK2= YES +DEPENDS+= autoconf>=2.59:../../devel/autoconf +DEPENDS+= automake>=1.8.2:../../devel/automake +DEPENDS+= gdk-pixbuf>=0.22:../../graphics/gdk-pixbuf +DEPENDS+= gettext>=0.11.5:../../devel/gettext +DEPENDS+= glade2>=2.0.1:../../devel/glade2 +DEPENDS+= gmake>=3.80:../../devel/gmake +DEPENDS+= gnome2-dirs>=1.2:../../misc/gnome2-dirs +DEPENDS+= gnome2-terminal>=2.4.2:../../x11/gnome2-terminal +DEPENDS+= libtool>=1.5.2:../../devel/libtool +DEPENDS+= pkgconfig>=0.15.0:../../devel/pkgconfig +DEPENDS+= yelp>=2.4.2:../../misc/yelp + +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES USE_X11= YES USE_GNU_TOOLS+= make @@ -22,16 +30,14 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} -LOCALSTATEDIR= ${X11PREFIX}/var +# Build system adds the last component ('/scrollkeeper') +LOCALSTATEDIR= ${SCROLLKEEPER_DATADIR:H} -.include "../../devel/bonobo/buildlink2.mk" -.include "../../devel/libglade/buildlink2.mk" -.include "../../devel/pkgconfig/buildlink2.mk" -.include "../../devel/gettext-lib/buildlink2.mk" -.include "../../sysutils/gnome-vfs/buildlink2.mk" -.include "../../textproc/libxml/buildlink2.mk" +.include "../../devel/pcre/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" -.include "../../textproc/xml-i18n-tools/buildlink2.mk" -.include "../../x11/gnome-libs/buildlink2.mk" +.include "../../print/libgnomeprintui/buildlink3.mk" +.include "../../devel/libgnomeui/buildlink3.mk" +.include "../../x11/vte/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |