2005-09-01 05:46:18 +02:00
|
|
|
# New ports collection makefile for: nautilus-actions
|
|
|
|
# Date created: 2005-08-31
|
|
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2008-03-24 04:52:36 +01:00
|
|
|
# $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.7 2008/03/18 14:45:27 ahze Exp $
|
|
|
|
#
|
2005-09-01 05:46:18 +02:00
|
|
|
|
|
|
|
PORTNAME= nautilus-actions
|
2008-03-24 04:52:36 +01:00
|
|
|
PORTVERSION= 1.4.1
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 3
|
2005-09-01 05:46:18 +02:00
|
|
|
CATEGORIES= deskutils
|
2005-09-14 00:57:34 +02:00
|
|
|
MASTER_SITES= ftp://ftp2.grumz.net/grumz/
|
2005-09-01 05:46:18 +02:00
|
|
|
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
|
|
COMMENT= Extension for Nautilus to configure programs to launch on files
|
|
|
|
|
2006-10-14 10:54:54 +02:00
|
|
|
LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid
|
|
|
|
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GNOME= nautilus2 intlhack
|
2005-09-08 14:18:35 +02:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-09-08 14:18:35 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2008-03-24 04:52:36 +01:00
|
|
|
CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-2.0
|
2005-09-11 05:24:05 +02:00
|
|
|
|
2007-03-29 14:53:22 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
|
2005-09-01 05:46:18 +02:00
|
|
|
.include <bsd.port.mk>
|