blob: 9ca311974ecb98e56a91e2713155659bb3abf2ca (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
|
# 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.14 2009/11/09 09:08:28 kwm Exp $
#
PORTNAME= nautilus-actions
PORTVERSION= 1.12.3
CATEGORIES= deskutils
MASTER_SITES= GNOME \
http://www.nautilus-actions.org/downloads/ \
ftp://pwi.dyndns.biz/pub/tarballs/nautilus-actions/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Extension for Nautilus to configure programs to launch on files
LIB_DEPENDS= uuid.1:${PORTSDIR}/misc/e2fsprogs-libuuid \
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
INSTALLS_ICONS= yes
USE_GETTEXT= yes
USE_GNOME= nautilus2 intlhack
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-nautilus-extdir=${LOCALBASE}/lib/nautilus/extensions-2.0
PORTDOCS= AUTHORS COPYING ChangeLog ChangeLog-2008 INSTALL MAINTAINERS \
NEWS README TODO objects-hierarchy.odg
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure
.endif
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's| install-dist_pkgdocDATA||g' \
${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
.else
@${REINPLACE_CMD} -e 's|doc/@PACKAGE@-@VERSION@|doc/@PACKAGE@|g' \
${WRKSRC}/Makefile.in ${WRKSRC}/doc/Makefile.in
.endif
.include <bsd.port.post.mk>>
|