summaryrefslogtreecommitdiff
path: root/devel/anjuta/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2002-03-22 14:17:47 +0000
committerwiz <wiz>2002-03-22 14:17:47 +0000
commit4439c97c31384e13341d65507b35fbbabffce31a (patch)
tree8d176991c32a0acd812ddb73427fe40210be00ad /devel/anjuta/Makefile
parent3d6dbadb88b11a1b8df5c157c8b6a1f458d3490b (diff)
downloadpkgsrc-4439c97c31384e13341d65507b35fbbabffce31a.tar.gz
Initial import of anjuta-0.1.9, based on a package provided by Nir Mor
in connection with pkg/15403. From the DESCR: Anjuta is a versatile Integrated Development Environment (IDE) for C and C++ on GNU/Linux. It has been written for GTK/GNOME, and features a number of advanced programming features. It is basically a GUI interface for the collection of command line programming utilities and tools available for unix. These are usually run via a text console, and can be unfriendly to use.
Diffstat (limited to 'devel/anjuta/Makefile')
-rw-r--r--devel/anjuta/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/devel/anjuta/Makefile b/devel/anjuta/Makefile
new file mode 100644
index 00000000000..0251cbe0bd5
--- /dev/null
+++ b/devel/anjuta/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/03/22 14:17:47 wiz Exp $
+#
+
+DISTNAME= anjuta-0.1.9
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=anjuta/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://anjuta.sourceforge.net
+COMMENT= Gnome based IDE for C and C++
+
+DEPENDS+= pkgconfig>=0.8.0:../../devel/pkgconfig
+DEPENDS+= scrollkeeper>=0.2:../../textproc/scrollkeeper
+DEPENDS+= xml-i18n-tools>=0.9:../../textproc/xml-i18n-tools
+
+BUILD_USES_MSGFMT= YES
+GNU_CONFIGURE= YES
+USE_X11= YES
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+
+CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR}
+LOCALSTATEDIR= /var/gnome
+
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../sysutils/gnome-vfs/buildlink.mk"
+.include "../../textproc/libxml/buildlink.mk"
+.include "../../x11/gnome-libs/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"