Tweak x11-toolkits/py-wxPython28 version 2.8.12.1_5
[dports.git] / x11-toolkits / gtksourceview / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.46 2007/05/19 21:36:33 marcus Exp $
4
5 PORTNAME=       gtksourceview
6 PORTVERSION=    1.8.5
7 PORTREVISION?=  10
8 CATEGORIES=     x11-toolkits gnome
9 MASTER_SITES=   GNOME
10 DIST_SUBDIR=    gnome2
11
12 MAINTAINER=     gnome@FreeBSD.org
13 COMMENT=        Widget that adds syntax highlighting to GtkTextView
14
15 USES+=          tar:bzip2
16
17 .if !defined(REFERENCE_PORT)
18
19 USES+=          gettext gmake libtool:keepla pathfix pkgconfig
20 USE_LDCONFIG=   yes
21 USE_GNOME=      gnomeprefix libgnome libgnomeprintui intlhack referencehack
22 GNU_CONFIGURE=  yes
23 CONFIGURE_ARGS= --enable-compile-warnings=no
24 CPPFLAGS+=      -I${LOCALBASE}/include
25 LIBS+=          -L${LOCALBASE}/lib -lgnuregex
26 INSTALL_TARGET= install-strip
27
28 .include <bsd.port.mk>
29
30 .endif