summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-16 01:03:02 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-08-16 01:03:02 +0800
commitf6d22adb809f9b5a3d2eb70a7c228904744b572c (patch)
tree471ca7beee85a8061fbd3021841624fedf7dc156 /x11/gnome-terminal/Makefile
parent1cd6dacfbde11478a6c535efe24d81b5cd5e70a3 (diff)
downloadmarcuscom-ports-f6d22adb809f9b5a3d2eb70a7c228904744b572c.tar
marcuscom-ports-f6d22adb809f9b5a3d2eb70a7c228904744b572c.tar.gz
marcuscom-ports-f6d22adb809f9b5a3d2eb70a7c228904744b572c.tar.bz2
marcuscom-ports-f6d22adb809f9b5a3d2eb70a7c228904744b572c.tar.lz
marcuscom-ports-f6d22adb809f9b5a3d2eb70a7c228904744b572c.tar.xz
marcuscom-ports-f6d22adb809f9b5a3d2eb70a7c228904744b572c.tar.zst
marcuscom-ports-f6d22adb809f9b5a3d2eb70a7c228904744b572c.zip
Cleanup the dependency list.
Submitted by: Pawel Worach <pawel.worach@gmail.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12635 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r--x11/gnome-terminal/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
new file mode 100644
index 000000000..c3dc84283
--- /dev/null
+++ b/x11/gnome-terminal/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: gnometerminal
+# Date created: 1 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports-stable/x11/gnome-terminal/Makefile,v 1.3 2009/04/15 14:55:27 kwm Exp $
+#
+
+PORTNAME= gnome-terminal
+PORTVERSION= 2.26.3.1
+PORTREVISION= 2
+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 gconf2 vte gnomedocutils
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+GCONF_SCHEMAS= gnome-terminal.schemas
+
+post-patch:
+ @${TOUCH} -f ${WRKSRC}/aclocal.m4
+
+.include <bsd.port.mk>