diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-07 03:13:31 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-07 03:13:31 +0800 |
commit | 0b4e75840fcd05a8ff490ccf9a03218e9f12964a (patch) | |
tree | f55e7ab3b9b4e82c2cdf6fca14e2ee5639022262 /deskutils/nautilus-actions/Makefile | |
parent | a3a874d09bddf7508f0dc3bc2bdf86d81c855235 (diff) | |
download | marcuscom-ports-0b4e75840fcd05a8ff490ccf9a03218e9f12964a.tar marcuscom-ports-0b4e75840fcd05a8ff490ccf9a03218e9f12964a.tar.gz marcuscom-ports-0b4e75840fcd05a8ff490ccf9a03218e9f12964a.tar.bz2 marcuscom-ports-0b4e75840fcd05a8ff490ccf9a03218e9f12964a.tar.lz marcuscom-ports-0b4e75840fcd05a8ff490ccf9a03218e9f12964a.tar.xz marcuscom-ports-0b4e75840fcd05a8ff490ccf9a03218e9f12964a.tar.zst marcuscom-ports-0b4e75840fcd05a8ff490ccf9a03218e9f12964a.zip |
- Update to 1.2
ToDo: use native uuid
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6954 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/nautilus-actions/Makefile')
-rw-r--r-- | deskutils/nautilus-actions/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile index 73b5fcf46..5ee0f4b2f 100644 --- a/deskutils/nautilus-actions/Makefile +++ b/deskutils/nautilus-actions/Makefile @@ -6,25 +6,23 @@ # PORTNAME= nautilus-actions -PORTVERSION= 0.7.1 -PORTREVISION= 3 +PORTVERSION= 1.2 CATEGORIES= deskutils MASTER_SITES= ftp://ftp2.grumz.net/grumz/ MAINTAINER= ahze@FreeBSD.org COMMENT= Extension for Nautilus to configure programs to launch on files -USE_GNOME= nautilus2 intlhack pygtk2 +LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid + +INSTALLS_ICONS= yes +USE_GETTEXT= yes +USE_GNOME= nautilus2 intlhack USE_GMAKE= yes GNU_CONFIGURE= yes -USE_PYTHON= yes USE_XLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-1.0 -post-patch: - @${REINPLACE_CMD} -e 's|@datadir@datadir@/pixmaps|${DATADIR}/nact|' \ - ${WRKSRC}/nact/nact.desktop.in.in - .include <bsd.port.mk> |