ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11-fm/nautilus/Makefile
Revision: 8375
Committed: Sun Sep 20 01:58:17 2009 UTC (14 years, 7 months ago) by smultron
File size: 1783 byte(s)
Log Message:
libtool22

File Contents

# User Rev Content
1 laffer1 2615 # New ports collection makefile for: nautilus2
2     # Date created: 28th August 2000
3     # Whom: ade, archie
4     #
5 smultron 8375 # $MidnightBSD: mports/x11-fm/nautilus/Makefile,v 1.4 2008/06/01 20:01:58 laffer1 Exp $
6 laffer1 5246 # $FreeBSD: ports/x11-fm/nautilus/Makefile,v 1.83 2008/04/19 17:54:58 miwi Exp $
7     # $MCom: ports-stable/x11-fm/nautilus/Makefile,v 1.2 2008/03/31 00:51:45 ahze Exp $
8 laffer1 2615 #
9    
10     PORTNAME= nautilus
11 laffer1 5246 PORTVERSION= 2.22.2
12     PORTREVISION= 0
13 laffer1 2615 CATEGORIES= x11-fm gnome
14 laffer1 5246 MASTER_SITES= GNOME
15 laffer1 2615 DIST_SUBDIR= gnome2
16    
17     MAINTAINER= ports@MidnightBSD.org
18     COMMENT= File manager for the GNOME desktop
19 laffer1 4469 LICENSE= gpl2
20 laffer1 2615
21     LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif
22    
23 laffer1 5246 USE_XORG= x11
24 laffer1 2615 INSTALLS_ICONS= yes
25     USE_BZIP2= yes
26     USE_GMAKE= yes
27     USE_GETTEXT= yes
28     USE_GNOME= gnomeprefix gnomehack intlhack gnomedesktop eel2 \
29 laffer1 5246 librsvg2 desktopfileutils ltverhack gvfs ltasneededhack
30 laffer1 2615 GNOME_DESKTOP_VERSION=2
31     USE_LDCONFIG= yes
32 smultron 8375 USE_AUTOTOOLS= libtool:22
33 laffer1 2615 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
34     LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -liconv" \
35     LIBPNG="-L${LOCALBASE}/lib -lpng -lz"
36     CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \
37     --with-freetype2-include-place=${LOCALBASE}/include/freetype2 \
38     --enable-static
39     MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
40    
41     OPTIONS= TRACKER "Enable Tracker Search (sysutils/tracker)" Off
42    
43     GCONF_SCHEMAS= apps_nautilus_preferences.schemas
44    
45     .include <bsd.port.pre.mk>
46    
47     .if defined(WITH_TRACKER)
48 laffer1 5246 #RUN_DEPENDS+= tracker-applet:${PORTSDIR}/sysutils/tracker-gnome
49     LIB_DEPENDS+= trackerclient.0:${PORTSDIR}/sysutils/tracker-client \
50     tracker-gtk.0:${PORTSDIR}/sysutils/tracker-libtrackergtk
51 laffer1 2615 .else
52     CONFIGURE_ARGS+=--disable-tracker
53     .endif
54    
55     post-install:
56 laffer1 5246 @${MKDIR} ${PREFIX}/lib/nautilus/extensions-2.0
57 laffer1 2615
58     .include <bsd.port.post.mk>

Properties

Name Value
cvs2svn:cvs-rev 1.5