diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-06 04:54:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-04-06 04:54:18 +0800 |
commit | 638b97f5a5d741cee963b662efa43f26ddf9d04c (patch) | |
tree | c4dfb23a4708ce0260562560cd232bdef6bb6711 /x11-fm/nautilus2/Makefile | |
parent | 9062210343a87551bd420e59ca2d4e52f1365fe3 (diff) | |
download | marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.gz marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.bz2 marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.lz marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.xz marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.tar.zst marcuscom-ports-638b97f5a5d741cee963b662efa43f26ddf9d04c.zip |
Garbage collection GNOME 2.5. Next stop, GNOME 2.7.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2260 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus2/Makefile')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile deleted file mode 100644 index f6f29a74e..000000000 --- a/x11-fm/nautilus2/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# New ports collection makefile for: nautilus2 -# Date created: 28th August 2000 -# Whom: ade, archie -# -# $FreeBSD$ -# - -PORTNAME= nautilus2 -PORTVERSION= 2.6.0 -PORTREVISION= 1 -CATEGORIES= x11-fm gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.6 -DIST_SUBDIR= gnome2 -DISTNAME= nautilus-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME file manager and graphical shell developed by Eazel - -USE_BZIP2= yes -USE_GMAKE= yes -USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier intlhack gnomedesktop eel2 \ - librsvg2 -GNOME_DESKTOP_VERSION=2 -INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -USE_REINPLACE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" \ - LIBPNG="-L${LOCALBASE}/lib -lpng -lz" -CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \ - --with-freetype2-include-place=${LOCALBASE}/include/freetype2 \ - --enable-static -MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" - -post-install: - @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop - -.include <bsd.port.mk> |