summaryrefslogtreecommitdiffstats
path: root/devel/anjuta-extras/Makefile
blob: dd42988790e4e69fb5ae1075b83b94bd7df8c3cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    anjuta-extras
# Date created:             8 May 2009
# Whom:                 Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
#   $MCom$
#

PORTNAME=   anjuta-extras
PORTVERSION=    2.27.1
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>