diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-18 23:20:20 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-03-18 23:20:20 +0800 |
commit | 2220353bcb6894a91eea37ef0325766a46bcf0a1 (patch) | |
tree | b9750f81d4f74d7b36330c828765f18ec69c6462 /deskutils/nautilus-locked-folder/Makefile | |
parent | 3910b67be9b8488ef3799b185f455062225af1e9 (diff) | |
download | marcuscom-ports-2220353bcb6894a91eea37ef0325766a46bcf0a1.tar marcuscom-ports-2220353bcb6894a91eea37ef0325766a46bcf0a1.tar.gz marcuscom-ports-2220353bcb6894a91eea37ef0325766a46bcf0a1.tar.bz2 marcuscom-ports-2220353bcb6894a91eea37ef0325766a46bcf0a1.tar.lz marcuscom-ports-2220353bcb6894a91eea37ef0325766a46bcf0a1.tar.xz marcuscom-ports-2220353bcb6894a91eea37ef0325766a46bcf0a1.tar.zst marcuscom-ports-2220353bcb6894a91eea37ef0325766a46bcf0a1.zip |
Update for nautilus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10773 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/nautilus-locked-folder/Makefile')
-rw-r--r-- | deskutils/nautilus-locked-folder/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/deskutils/nautilus-locked-folder/Makefile b/deskutils/nautilus-locked-folder/Makefile index a07db68af..fac408f62 100644 --- a/deskutils/nautilus-locked-folder/Makefile +++ b/deskutils/nautilus-locked-folder/Makefile @@ -3,12 +3,12 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/deskutils/nautilus-locked-folder/Makefile,v 1.6 2008/03/11 22:19:46 mezz Exp $ # PORTNAME= nautilus-locked-folder PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils security MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= pav @@ -16,8 +16,6 @@ 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 @@ -25,9 +23,9 @@ 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 +PLIST_FILES= lib/nautilus/extensions-2.0/libnautilus-locked-folder.a \ + lib/nautilus/extensions-2.0/libnautilus-locked-folder.la \ + lib/nautilus/extensions-2.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/|' \ |