freebsd-ports/devel/anjuta-extras/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

34 lines
847 B
Makefile

# 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.3 2009/09/22 10:27:21 kwm Exp $
#
PORTNAME= anjuta-extras
PORTVERSION= 2.28.0
PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= Extra anjuta plugins.
BUILD_DEPENDS= neato:${PORTSDIR}/graphics/graphviz
LIB_DEPENDS= anjuta.0:${PORTSDIR}/devel/anjuta
RUN_DEPENDS= neato:${PORTSDIR}/graphics/graphviz
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>