summaryrefslogtreecommitdiffstats
path: root/devel/anjuta-extras/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/anjuta-extras/Makefile')
-rw-r--r--devel/anjuta-extras/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/devel/anjuta-extras/Makefile b/devel/anjuta-extras/Makefile
deleted file mode 100644
index e4339fcdb..000000000
--- a/devel/anjuta-extras/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: anjuta-extras
-# Date created: 8 May 2009
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/anjuta-extras/Makefile,v 1.10 2010/09/22 07:29:09 kwm Exp $
-#
-
-PORTNAME= anjuta-extras
-PORTVERSION= 2.32.0.0
-CATEGORIES= devel
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Extra anjuta plugins.
-
-LIB_DEPENDS= anjuta.0:${PORTSDIR}/devel/anjuta
-
-USE_BZIP2= yes
-USE_LDCONFIG= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GNOME= intltool
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \
- LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS+=--disable-plugin-valgrind \
- --localedir=${PREFIX}/share
-
-GCONF_SCHEMAS= anjuta-editor-scintilla.schemas
-
-.include <bsd.port.mk>