summaryrefslogtreecommitdiff
path: root/devel/geany/Makefile
diff options
context:
space:
mode:
authorrmind <rmind@pkgsrc.org>2007-02-07 19:32:02 +0000
committerrmind <rmind@pkgsrc.org>2007-02-07 19:32:02 +0000
commitde26c309fa45e3f03d4cece2c4a49bafd76c878b (patch)
tree5612fd07c1cac916af3ddc5a9c9c39f85ec925cb /devel/geany/Makefile
parent87b9fe82ef514aa50b2f481250764e89070b1141 (diff)
downloadpkgsrc-de26c309fa45e3f03d4cece2c4a49bafd76c878b.tar.gz
Import a new package - Geany 0.10.
Geany is a small and lightweight integrated development environment. It was developed to provide a small and fast IDE, which has only a few dependencies from other packages. Another goal was to be as independent as possible from a special Desktop Environment like KDE or GNOME. Approved by jlam@
Diffstat (limited to 'devel/geany/Makefile')
-rw-r--r--devel/geany/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/geany/Makefile b/devel/geany/Makefile
new file mode 100644
index 00000000000..2ae973a7e37
--- /dev/null
+++ b/devel/geany/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/02/07 19:32:03 rmind Exp $
+
+DISTNAME= geany-0.10
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=geany/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://geany.uvena.de/
+COMMENT= Geany integrated development environment (IDE)
+
+GNU_CONFIGURE= YES
+USE_TOOLS+= pkg-config
+USE_LANGUAGES= c c++
+
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"