summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2007-12-25 00:52:29 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2007-12-25 00:52:29 +0800
commitb23935bbc14fb8d0e15e1d8863103b3d9634179f (patch)
tree260b312d2f0e65c3108d8c02f5756607d7fcb884 /x11/gnome-terminal/Makefile
parent09bd424513239e1aeba39c1c391c9f0660d7ce9f (diff)
downloadmarcuscom-ports-b23935bbc14fb8d0e15e1d8863103b3d9634179f.tar
marcuscom-ports-b23935bbc14fb8d0e15e1d8863103b3d9634179f.tar.gz
marcuscom-ports-b23935bbc14fb8d0e15e1d8863103b3d9634179f.tar.bz2
marcuscom-ports-b23935bbc14fb8d0e15e1d8863103b3d9634179f.tar.lz
marcuscom-ports-b23935bbc14fb8d0e15e1d8863103b3d9634179f.tar.xz
marcuscom-ports-b23935bbc14fb8d0e15e1d8863103b3d9634179f.tar.zst
marcuscom-ports-b23935bbc14fb8d0e15e1d8863103b3d9634179f.zip
Add and update to 2.21.3
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9994 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r--x11/gnome-terminal/Makefile31
1 files changed, 31 insertions, 0 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
new file mode 100644
index 000000000..c9bfaa599
--- /dev/null
+++ b/x11/gnome-terminal/Makefile
@@ -0,0 +1,31 @@
+# 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.21.3
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+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_XLIB= 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>