summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-25 03:55:36 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2009-02-25 03:55:36 +0800
commita43048afcacf8b7672639e28f6eecc4261d82366 (patch)
treef0fe1c9d9c0a1c017d242bd8616b3c8a7f75ac09 /x11/gnome-terminal/Makefile
parent3a36807517bf4458761ecd28a377efc9a3d3d086 (diff)
downloadmarcuscom-ports-a43048afcacf8b7672639e28f6eecc4261d82366.tar
marcuscom-ports-a43048afcacf8b7672639e28f6eecc4261d82366.tar.gz
marcuscom-ports-a43048afcacf8b7672639e28f6eecc4261d82366.tar.bz2
marcuscom-ports-a43048afcacf8b7672639e28f6eecc4261d82366.tar.lz
marcuscom-ports-a43048afcacf8b7672639e28f6eecc4261d82366.tar.xz
marcuscom-ports-a43048afcacf8b7672639e28f6eecc4261d82366.tar.zst
marcuscom-ports-a43048afcacf8b7672639e28f6eecc4261d82366.zip
Update to 2.25.91.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11919 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r--x11/gnome-terminal/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
new file mode 100644
index 000000000..8fa4f168e
--- /dev/null
+++ b/x11/gnome-terminal/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: gnometerminal
+# Date created: 1 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= gnome-terminal
+PORTVERSION= 2.25.91
+CATEGORIES= x11 gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Terminal component for the GNOME 2 Desktop
+
+USE_GETTEXT= yes
+USE_BZIP2= yes
+INSTALLS_OMF= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte gnomedocutils
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= gnome-terminal.schemas
+
+.include <bsd.port.mk>