2003-05-08 02:34:09 +02:00
|
|
|
# New ports collection makefile for: gtksourceview
|
|
|
|
# Date created: 07 May 2003
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2005-11-05 05:53:48 +01:00
|
|
|
# $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.23 2005/10/03 15:24:49 ahze Exp $
|
2003-05-08 02:34:09 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtksourceview
|
2005-11-05 05:53:48 +01:00
|
|
|
PORTVERSION= 1.4.2
|
2003-05-08 02:34:09 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2005-11-05 05:53:48 +01:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.4
|
2003-05-08 02:34:09 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-05-08 02:34:09 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-11-05 05:53:48 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui intlhack \
|
|
|
|
ltverhack
|
2004-02-22 05:35:29 +01:00
|
|
|
CONFIGURE_ARGS= --enable-compile-warnings=no
|
2003-05-08 02:34:09 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib -lgnuregex"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|