summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtksourceview2/Makefile
diff options
context:
space:
mode:
authoradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-13 08:42:25 +0800
committeradamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-13 08:42:25 +0800
commit77d69016e68bde3db7029c2e9c67aaa43125afb0 (patch)
tree621c180e7d377d4c52dc2a2ffd3a130756a2ff18 /x11-toolkits/gtksourceview2/Makefile
parent6dda36ae3f048071e1ae09598030346eb66769be (diff)
downloadmarcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar.gz
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar.bz2
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar.lz
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar.xz
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.tar.zst
marcuscom-ports-77d69016e68bde3db7029c2e9c67aaa43125afb0.zip
This version is now in the FreeBSD tree.
So no longer shall it be in this tree. "No longer shall it be." My grammar is rad. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@853 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtksourceview2/Makefile')
-rw-r--r--x11-toolkits/gtksourceview2/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile
deleted file mode 100644
index 49314fc6d..000000000
--- a/x11-toolkits/gtksourceview2/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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>