blob: bd2d459d64d71763bf09e0e300e4710e0bd04ee1 (
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
|
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/devel/anjuta-extras/Makefile,v 1.11 2010/09/29 12:14:23 kwm Exp $
PORTNAME= anjuta-extras
PORTVERSION= 2.32.1.1
PORTREVISION= 1
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
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--disable-plugin-valgrind \
--localedir=${PREFIX}/share
GCONF_SCHEMAS= anjuta-editor-scintilla.schemas
NO_STAGE= yes
.include <bsd.port.mk>
|