diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-10-14 08:54:54 +0000 |
commit | 29747f458a1eb2ce23b4594b09d0256dd62760b8 (patch) | |
tree | 1b71ba5d9ffdd308b6c18130f7c116f5bab5dc12 /deskutils/nautilus-actions/Makefile | |
parent | 7aad84f808b93baa6a7077ce0b47573b9c4c79a0 (diff) |
Notes
Diffstat (limited to 'deskutils/nautilus-actions/Makefile')
-rw-r--r-- | deskutils/nautilus-actions/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile index 621d5424a00b..3bd3f196352b 100644 --- a/deskutils/nautilus-actions/Makefile +++ b/deskutils/nautilus-actions/Makefile @@ -3,28 +3,27 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# +# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.4 2006/10/01 02:12:23 ahze Exp $ PORTNAME= nautilus-actions -PORTVERSION= 0.7.1 -PORTREVISION= 2 +PORTVERSION= 1.4 +PORTREVISION= 1 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_X_PREFIX= yes +USE_XLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS= --with-nautilus-extdir=${X11BASE}/lib/nautilus/extensions-1.0 - -post-patch: - @${REINPLACE_CMD} -e 's|@datadir@datadir@/pixmaps|${DATADIR}/nact|' \ - ${WRKSRC}/nact/nact.desktop.in.in +CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-1.0 .include <bsd.port.mk> |