summaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-13 16:48:23 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-11-13 16:48:23 +0800
commitbcd1808193a8a889c2442b8347c5405ac0d979b4 (patch)
tree4b5e018180193d7b379448a3077a91404c6bf2f3 /x11-fm/nautilus/Makefile
parent620b4e799fb91ce614549ebe911baeb602983755 (diff)
downloadmarcuscom-ports-bcd1808193a8a889c2442b8347c5405ac0d979b4.tar
marcuscom-ports-bcd1808193a8a889c2442b8347c5405ac0d979b4.tar.gz
marcuscom-ports-bcd1808193a8a889c2442b8347c5405ac0d979b4.tar.bz2
marcuscom-ports-bcd1808193a8a889c2442b8347c5405ac0d979b4.tar.lz
marcuscom-ports-bcd1808193a8a889c2442b8347c5405ac0d979b4.tar.xz
marcuscom-ports-bcd1808193a8a889c2442b8347c5405ac0d979b4.tar.zst
marcuscom-ports-bcd1808193a8a889c2442b8347c5405ac0d979b4.zip
Update to 2.5.1.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1319 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm/nautilus/Makefile')
-rw-r--r--x11-fm/nautilus/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
new file mode 100644
index 000000000..c6a40730c
--- /dev/null
+++ b/x11-fm/nautilus/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: nautilus2
+# Date created: 28th August 2000
+# Whom: ade, archie
+#
+# $FreeBSD: ports/x11-fm/nautilus2/Makefile,v 1.88 2003/10/13 15:50:01 adamw Exp $
+#
+
+PORTNAME= nautilus2
+PORTVERSION= 2.5.1.1
+CATEGORIES= x11-fm gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5
+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
+
+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
+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>