summaryrefslogtreecommitdiffstats
path: root/devel/anjuta-extras3/Makefile
blob: 3408b6d5f751acfbe10dc21c3f58ca263ac6253f (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
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#   $MCom$

PORTNAME=   anjuta-extras
PORTVERSION=    3.4.0
CATEGORIES= devel
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Extra anjuta 3 plugins

LIB_DEPENDS=    anjuta-3:${PORTSDIR}/devel/anjuta3
        
USE_XZ=     yes
USES=       gettext pkgconfig
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
USE_GNOME=  intltool libxml2 gtk30
CPPFLAGS+=  -I${LOCALBASE}/include 
LDFLAGS+=   -L${LOCALBASE}/lib

GLIB_SCHEMAS=   org.gnome.anjuta.plugins.scintilla.gschema.xml \
        org.gnome.anjuta.plugins.scratchbox.gschema.xml

.include <bsd.port.mk>