summaryrefslogtreecommitdiffstats
path: root/deskutils/nautilus-locked-folder/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-12 06:19:46 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-03-12 06:19:46 +0800
commit9f394a41ea66678d68b37bd98c679c28baeaf5d5 (patch)
treeeeac2b2e1251f7684d1f3aa43b6284df035e682a /deskutils/nautilus-locked-folder/Makefile
parent24ea3a46ee88a39a2fc48c32fde0e3085f8f96ad (diff)
downloadmarcuscom-ports-9f394a41ea66678d68b37bd98c679c28baeaf5d5.tar
marcuscom-ports-9f394a41ea66678d68b37bd98c679c28baeaf5d5.tar.gz
marcuscom-ports-9f394a41ea66678d68b37bd98c679c28baeaf5d5.tar.bz2
marcuscom-ports-9f394a41ea66678d68b37bd98c679c28baeaf5d5.tar.lz
marcuscom-ports-9f394a41ea66678d68b37bd98c679c28baeaf5d5.tar.xz
marcuscom-ports-9f394a41ea66678d68b37bd98c679c28baeaf5d5.tar.zst
marcuscom-ports-9f394a41ea66678d68b37bd98c679c28baeaf5d5.zip
Mark these ports as BROKEN until these ports catch up with new Nautilus 2.22,
so feel free to send us the patch(es) and we shall commit that. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10713 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/nautilus-locked-folder/Makefile')
-rw-r--r--deskutils/nautilus-locked-folder/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/deskutils/nautilus-locked-folder/Makefile b/deskutils/nautilus-locked-folder/Makefile
new file mode 100644
index 000000000..a07db68af
--- /dev/null
+++ b/deskutils/nautilus-locked-folder/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: nautilus-locked-folder
+# Date created: 2005-09-17
+# Whom: Michael Johnson <ahze@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= nautilus-locked-folder
+PORTVERSION= 1.0.0
+PORTREVISION= 3
+CATEGORIES= deskutils security
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= pav
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Nautilus plugin that allows you to encrypt the contents of a folder
+
+BROKEN= Need to be update with new Nautilus 2.22
+
+USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
+USE_GNOME= nautilus2
+PKGCONFIGS= gtk+-2.0 libglade-2.0 libnautilus-extension libgnomeui-2.0
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include `pkg-config --cflags ${PKGCONFIGS}`" \
+ LDFLASG="-L${LOCALBASE}/lib -L${X11BASE}/lib `pkg-config --libs ${PKGCONFIGS}`" \
+ LIBS="-lssl"
+PLIST_FILES= lib/nautilus/extensions-1.0/libnautilus-locked-folder.a \
+ lib/nautilus/extensions-1.0/libnautilus-locked-folder.la \
+ lib/nautilus/extensions-1.0/libnautilus-locked-folder.so
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|/usr/share/icons/hicolor/32x32/stock/data/|${LOCALBASE}/share/icons/hicolor/32x32/stock/data/|' \
+ ${WRKSRC}/src/lockedfolder-extension.c
+ @${REINPLACE_CMD} -e 's|gladedir)"\\" \\|gladedir)"\\"|g ; \
+ s|.*-Werror||g' ${WRKSRC}/src/Makefile.in
+
+.include <bsd.port.mk>