summaryrefslogtreecommitdiffstats
path: root/deskutils/nautilus-actions/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/nautilus-actions/Makefile')
-rw-r--r--deskutils/nautilus-actions/Makefile14
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>