diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-13 13:52:26 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-13 13:52:26 +0800 |
commit | 0c85ae9db53ee0e5862df1af56aea1c990134264 (patch) | |
tree | d0a80f1a01268d35746da76ad019206d9c02d741 /x11-fm/nautilus/Makefile | |
parent | a59cc66c4eacc1b40e5b1e34a55010af999f4833 (diff) | |
download | marcuscom-ports-0c85ae9db53ee0e5862df1af56aea1c990134264.tar marcuscom-ports-0c85ae9db53ee0e5862df1af56aea1c990134264.tar.gz marcuscom-ports-0c85ae9db53ee0e5862df1af56aea1c990134264.tar.bz2 marcuscom-ports-0c85ae9db53ee0e5862df1af56aea1c990134264.tar.lz marcuscom-ports-0c85ae9db53ee0e5862df1af56aea1c990134264.tar.xz marcuscom-ports-0c85ae9db53ee0e5862df1af56aea1c990134264.tar.zst marcuscom-ports-0c85ae9db53ee0e5862df1af56aea1c990134264.zip |
Add nautilus2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@626 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus/Makefile')
-rw-r--r-- | x11-fm/nautilus/Makefile | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile new file mode 100644 index 000000000..3cf46fedd --- /dev/null +++ b/x11-fm/nautilus/Makefile @@ -0,0 +1,45 @@ +# New ports collection makefile for: nautilus2 +# Date created: 28th August 2000 +# Whom: ade, archie +# +# $FreeBSD: ports/x11-fm/nautilus2/Makefile,v 1.80 2003/04/06 21:16:05 marcus Exp $ +# + +PORTNAME= nautilus2 +PORTVERSION= 2.2.3.1 +PORTREVISION= 1 +CATEGORIES= x11-fm gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.2 +DIST_SUBDIR= gnome2 +DISTNAME= nautilus-${PORTVERSION} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME file manager and graphical shell developed by Eazel + +BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 +RUN_DEPENDS= gnome-control-center:${PORTSDIR}/sysutils/gnomecontrolcenter2 + +USE_BZIP2= yes +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop eel2 librsvg2 +GNOME_DESKTOP_VERSION=2 +INSTALLS_SHLIB= yes +USE_LIBTOOL= yes +USE_REINPLACE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -fno-rtti -fno-exceptions" \ + LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" \ + LIBPNG="-L${LOCALBASE}/lib -lpng -lz ${MOZILLA_LIBS}" +CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \ + --with-freetype2-include-place=${LOCALBASE}/include/freetype2 +MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + +post-install: + @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop + +.include <bsd.port.mk> |