diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-15 07:09:44 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-11-15 07:09:44 +0800 |
commit | 6d66f1665e9a9fa3500be83a4ca6f228b0f70b68 (patch) | |
tree | cc270d84ef635d6554aff78c81bb0dc2d7d22aac /x11-toolkits/gtksourceview/Makefile | |
parent | 57d0b2dbd8b54fa2bc67992534a664e05aff352b (diff) | |
download | marcuscom-ports-6d66f1665e9a9fa3500be83a4ca6f228b0f70b68.tar.gz marcuscom-ports-6d66f1665e9a9fa3500be83a4ca6f228b0f70b68.tar.zst marcuscom-ports-6d66f1665e9a9fa3500be83a4ca6f228b0f70b68.zip |
- Add gtksourceview at version 1.5.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5137 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview/Makefile')
-rw-r--r-- | x11-toolkits/gtksourceview/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile new file mode 100644 index 000000000..3784c2ea5 --- /dev/null +++ b/x11-toolkits/gtksourceview/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: gtksourceview +# Date created: 07 May 2003 +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= gtksourceview +PORTVERSION= 1.5.1 +CATEGORIES= x11-toolkits gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.5 +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 +USE_AUTOTOOLS= libtool:15 +INSTALLS_SHLIB= yes +USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui intlhack \ + ltverhack +CONFIGURE_ARGS= --enable-compile-warnings=no +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lgnuregex" + +.include <bsd.port.mk> |