diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-12 16:56:33 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-12 16:56:33 +0800 |
commit | 42c80bf4d2cc5479559fc4023b277c99e7b0012d (patch) | |
tree | b1d2114d22a9125be5ed6bc728d5b2e8352f4050 /x11-toolkits/gtksourceview/Makefile | |
parent | 1277d57ce4315efa00537bdd8c8e73bff017ff60 (diff) | |
download | marcuscom-ports-42c80bf4d2cc5479559fc4023b277c99e7b0012d.tar.gz marcuscom-ports-42c80bf4d2cc5479559fc4023b277c99e7b0012d.tar.zst marcuscom-ports-42c80bf4d2cc5479559fc4023b277c99e7b0012d.zip |
Import gtksourceview-0.3.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@850 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview/Makefile')
-rw-r--r-- | x11-toolkits/gtksourceview/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile new file mode 100644 index 000000000..49314fc6d --- /dev/null +++ b/x11-toolkits/gtksourceview/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: gtksourceview +# Date created: 07 May 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= gtksourceview +PORTVERSION= 0.3.0 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.3 +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_REINPLACE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +USE_GNOME= gnomeprefix gnomehack libgnome +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lgnuregex" + +.include <bsd.port.mk> |