summaryrefslogtreecommitdiffstats
path: root/editors/gedit2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-25 13:51:42 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-25 13:51:42 +0800
commitf4b777342dadc07fe48bfcb70e7df7eeeee3e033 (patch)
treecec4b9b598f8468fd59bdec99e0927587319ad52 /editors/gedit2/Makefile
parente5b5de33af0512817ea8c415f5021da3a1fc4a03 (diff)
downloadmarcuscom-ports-f4b777342dadc07fe48bfcb70e7df7eeeee3e033.tar
marcuscom-ports-f4b777342dadc07fe48bfcb70e7df7eeeee3e033.tar.gz
marcuscom-ports-f4b777342dadc07fe48bfcb70e7df7eeeee3e033.tar.bz2
marcuscom-ports-f4b777342dadc07fe48bfcb70e7df7eeeee3e033.tar.lz
marcuscom-ports-f4b777342dadc07fe48bfcb70e7df7eeeee3e033.tar.xz
marcuscom-ports-f4b777342dadc07fe48bfcb70e7df7eeeee3e033.tar.zst
marcuscom-ports-f4b777342dadc07fe48bfcb70e7df7eeeee3e033.zip
Update to 2.5.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1367 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..af3297cba
--- /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.64 2003/11/17 12:28:56 trevor Exp $
+#
+
+PORTNAME= gedit2
+PORTVERSION= 2.5.0
+CATEGORIES= editors gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5
+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= yes
+USE_GNOME= gnomeprefix gnomehack 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>