summaryrefslogtreecommitdiffstats
path: root/editors/gedit2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-06 07:13:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-07-06 07:13:51 +0800
commit74b1424ffa50cab97cc0c7ee716675dbb1f2e017 (patch)
tree5ca011192b399d24d551b5e8d325e6498aeb5f25 /editors/gedit2/Makefile
parent096a1565e1b38287e32ba0754a73520db5228adc (diff)
downloadmarcuscom-ports-74b1424ffa50cab97cc0c7ee716675dbb1f2e017.tar
marcuscom-ports-74b1424ffa50cab97cc0c7ee716675dbb1f2e017.tar.gz
marcuscom-ports-74b1424ffa50cab97cc0c7ee716675dbb1f2e017.tar.bz2
marcuscom-ports-74b1424ffa50cab97cc0c7ee716675dbb1f2e017.tar.lz
marcuscom-ports-74b1424ffa50cab97cc0c7ee716675dbb1f2e017.tar.xz
marcuscom-ports-74b1424ffa50cab97cc0c7ee716675dbb1f2e017.tar.zst
marcuscom-ports-74b1424ffa50cab97cc0c7ee716675dbb1f2e017.zip
Update to 2.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2444 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/gedit2/Makefile')
-rw-r--r--editors/gedit2/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
new file mode 100644
index 000000000..d330cdf62
--- /dev/null
+++ b/editors/gedit2/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: gedit2
+# Date created: 14 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/editors/gedit2/Makefile,v 1.69 2004/06/26 01:59:54 bland Exp $
+#
+
+PORTNAME= gedit2
+PORTVERSION= 2.7.1
+CATEGORIES= editors gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.7
+DISTNAME= gedit-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= A small but powerful text editor for Gnome 2 Desktop Environment
+
+LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+INSTALLS_SHLIB= yes
+USE_GMAKE= yes
+USE_LIBTOOL_VER=13
+USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier \
+ libgnomeprintui libgnomeui eel2 gtksourceview
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+PLIST_SUB= VERSION="2.6"
+
+MAN1= gedit.1
+
+.include <bsd.port.mk>