diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-01 05:16:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-12-01 05:16:31 +0800 |
commit | 6762f74c3fcaef40f7953f6eaa420dfcca1e1f71 (patch) | |
tree | 5f702de14ab8bbb0f64df884cf40c08d54e180c6 /x11-toolkits/rep-gtk2/Makefile | |
parent | 0706a211dbac33f487a4fd9a35075e17b0e42db0 (diff) | |
download | marcuscom-ports-6762f74c3fcaef40f7953f6eaa420dfcca1e1f71.tar marcuscom-ports-6762f74c3fcaef40f7953f6eaa420dfcca1e1f71.tar.gz marcuscom-ports-6762f74c3fcaef40f7953f6eaa420dfcca1e1f71.tar.bz2 marcuscom-ports-6762f74c3fcaef40f7953f6eaa420dfcca1e1f71.tar.lz marcuscom-ports-6762f74c3fcaef40f7953f6eaa420dfcca1e1f71.tar.xz marcuscom-ports-6762f74c3fcaef40f7953f6eaa420dfcca1e1f71.tar.zst marcuscom-ports-6762f74c3fcaef40f7953f6eaa420dfcca1e1f71.zip |
Remove rep-gtk2 and sawfish2. They will not be part of GNOME 2.2. Instead,
metacity will be the default window manager.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@210 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/rep-gtk2/Makefile')
-rw-r--r-- | x11-toolkits/rep-gtk2/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile deleted file mode 100644 index a1ca9a06e..000000000 --- a/x11-toolkits/rep-gtk2/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: rep-gtk -# Date created: 06 October 1999 -# Whom: Yukihiro Nakai <nakai@FreeBSD.org> -# -# $FreeBSD: ports/x11-toolkits/rep-gtk2/Makefile,v 1.40 2002/09/20 17:07:43 marcus Exp $ -# - -PORTNAME= rep-gtk2 -PORTVERSION= 0.17 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= x11-toolkits -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/0.17 -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org - -LIB_DEPENDS= rep.12:${PORTSDIR}/lang/librep \ - gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui - -PLIST_SUB= GNUHOST=${ARCH}-pc-freebsd${OSREL:C/\..*//} - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-libglade \ - --with-gnome -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} - -.include <bsd.port.mk> |