summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-09 04:44:23 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-09 04:44:23 +0800
commit425a42abc5694265a96e1a08c0d954713b0ce706 (patch)
tree4352748feb92a92b569627b426c69adc148dfe8f /x11/gnome-terminal/Makefile
parent91ab43745a8c7ab658da620f21eb7c3cf3d30703 (diff)
downloadmarcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar
marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar.gz
marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar.bz2
marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar.lz
marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar.xz
marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.tar.zst
marcuscom-ports-425a42abc5694265a96e1a08c0d954713b0ce706.zip
Add gnometerminal.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@26 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r--x11/gnome-terminal/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
new file mode 100644
index 000000000..75742d9cf
--- /dev/null
+++ b/x11/gnome-terminal/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: gnometerminal
+# Date created: 1 May 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/gnometerminal/Makefile,v 1.10 2002/09/20 17:07:49 marcus Exp $
+#
+
+PORTNAME= gnometerminal
+PORTVERSION= 2.1.0
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-terminal/2.1
+DISTNAME= gnome-terminal-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+
+LIB_DEPENDS= zvt-2.0.0:${PORTSDIR}/x11-toolkits/libzvt \
+ gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>