summaryrefslogtreecommitdiffstats
path: root/x11/gnometerminal/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-29 04:33:19 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-05-29 04:33:19 +0800
commit3d74d26931768701ac1726980e8565d08ed3ede0 (patch)
tree61c5fb6980ff287408181398c9ecf62772232dd1 /x11/gnometerminal/Makefile
parentf0e22e81d1690577bc78c5173ba98b9b7c6dd234 (diff)
downloadmarcuscom-ports-3d74d26931768701ac1726980e8565d08ed3ede0.tar
marcuscom-ports-3d74d26931768701ac1726980e8565d08ed3ede0.tar.gz
marcuscom-ports-3d74d26931768701ac1726980e8565d08ed3ede0.tar.bz2
marcuscom-ports-3d74d26931768701ac1726980e8565d08ed3ede0.tar.lz
marcuscom-ports-3d74d26931768701ac1726980e8565d08ed3ede0.tar.xz
marcuscom-ports-3d74d26931768701ac1726980e8565d08ed3ede0.tar.zst
marcuscom-ports-3d74d26931768701ac1726980e8565d08ed3ede0.zip
Sync w/ FreeBSD ports tree for x11/gnometerminal -> x11/gnome-terminal.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6347 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnometerminal/Makefile')
-rw-r--r--x11/gnometerminal/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/x11/gnometerminal/Makefile b/x11/gnometerminal/Makefile
deleted file mode 100644
index 8ad807112..000000000
--- a/x11/gnometerminal/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gnometerminal
-# Date created: 1 May 2002
-# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/x11/gnometerminal/Makefile,v 1.71 2006/05/18 01:35:52 ahze Exp $
-#
-
-PORTNAME= gnometerminal
-PORTVERSION= 2.15.1
-PORTREVISION= 1
-CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR= sources/gnome-terminal/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-DISTNAME= gnome-terminal-${PORTVERSION}
-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_X_PREFIX= yes
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui vte
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-GCONF_SCHEMAS= gnome-terminal.schemas
-
-.include <bsd.port.mk>