summaryrefslogtreecommitdiffstats
path: root/deskutils/nautilus-actions/Makefile
blob: 9ec600095cb97dc6d2976aadf4f678e96d4ecb9c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    nautilus-actions
# Date created:     2005-08-31
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#   $MCom: ports/deskutils/nautilus-actions/Makefile,v 1.6 2008/03/11 22:19:46 mezz Exp $
#

PORTNAME=   nautilus-actions
PORTVERSION=    1.4.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

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_XLIB=   yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-2.0

post-patch:
    @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure

.include <bsd.port.mk>