summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-05 20:52:09 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2008-06-05 20:52:09 +0800
commit2648caea98963fee1866f75b77a1425c97079a17 (patch)
tree272ac55e26a2fde1e3bb6f149d82dab1f4c29788 /x11/gnome-terminal/Makefile
parentd8e140ad9f25f0db54e567f94c3992d6460fbfbb (diff)
downloadmarcuscom-ports-2648caea98963fee1866f75b77a1425c97079a17.tar
marcuscom-ports-2648caea98963fee1866f75b77a1425c97079a17.tar.gz
marcuscom-ports-2648caea98963fee1866f75b77a1425c97079a17.tar.bz2
marcuscom-ports-2648caea98963fee1866f75b77a1425c97079a17.tar.lz
marcuscom-ports-2648caea98963fee1866f75b77a1425c97079a17.tar.xz
marcuscom-ports-2648caea98963fee1866f75b77a1425c97079a17.tar.zst
marcuscom-ports-2648caea98963fee1866f75b77a1425c97079a17.zip
Update to 2.23.3.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11021 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..dc20a38f2
--- /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.23.3.1
+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>