summaryrefslogtreecommitdiffstats
path: root/x11/gnome-terminal/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 12:40:00 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 12:40:00 +0800
commit40ac975ded575253dd88dedf9737b0a3998998a3 (patch)
treeac8b38f72d8f29c628f669988b1fbeb9cbb2d5cc /x11/gnome-terminal/Makefile
parent805711fb7ad0fe36e0b2a0b80469220b3e00aaab (diff)
downloadmarcuscom-ports-40ac975ded575253dd88dedf9737b0a3998998a3.tar
marcuscom-ports-40ac975ded575253dd88dedf9737b0a3998998a3.tar.gz
marcuscom-ports-40ac975ded575253dd88dedf9737b0a3998998a3.tar.bz2
marcuscom-ports-40ac975ded575253dd88dedf9737b0a3998998a3.tar.lz
marcuscom-ports-40ac975ded575253dd88dedf9737b0a3998998a3.tar.xz
marcuscom-ports-40ac975ded575253dd88dedf9737b0a3998998a3.tar.zst
marcuscom-ports-40ac975ded575253dd88dedf9737b0a3998998a3.zip
Add gnometerminal.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@624 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-terminal/Makefile')
-rw-r--r--x11/gnome-terminal/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/x11/gnome-terminal/Makefile b/x11/gnome-terminal/Makefile
new file mode 100644
index 000000000..da53899de
--- /dev/null
+++ b/x11/gnome-terminal/Makefile
@@ -0,0 +1,41 @@
+# 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.13 2003/03/07 06:36:13 ade Exp $
+#
+
+PORTNAME= gnometerminal
+PORTVERSION= 2.2.1
+PORTREVISION= 1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-terminal/2.2
+DISTNAME= gnome-terminal-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Terminal component for the GNOME 2.0 Desktop
+
+USE_BZIP2= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier libgnomeui
+USE_LIBTOOL= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LIBS="-L${LOCALBASE}/lib"
+
+.if defined(WITH_ZVT)
+USE_GNOME+= libzvt
+CONFIGURE_ARGS= --with-widget=zvt
+.else
+USE_GNOME+= vte
+CONFIGURE_ARGS= --with-widget=vte
+.endif
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+
+.include <bsd.port.mk>