summaryrefslogblamecommitdiffstats
path: root/devel/anjuta-extras/Makefile
blob: e47b7b6d074c5bfe45adb8a3d01904e15060d40a (plain) (tree)
1
2
3
4
5
6
7
8
9




                                                                   
                                                                                 


                             
                         




















                                                    
# 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.9 2010/09/01 16:49:18 kwm Exp $
#

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