aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/nautilus/Makefile
blob: 506a5f37e7b9edbcb29c6bbbbc86da4157a12eef (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# New ports collection makefile for:    nautilus
# Date created:                 28th August 2000
# Whom:                         ade, archie
#
# $FreeBSD$
#

PORTNAME=   nautilus
PORTVERSION=    1.0.2
CATEGORIES= x11-fm gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/nautilus

MAINTAINER= sobomax@FreeBSD.org

BUILD_DEPENDS=  freetype-config:${PORTSDIR}/print/freetype2 # XXX
# The following is only needed if --with-eazel-services is brought in,
# which it isn't, because it depends on ammonite, which is Linux-only
# BUILD_DEPENDS+=rpm:${PORTSDIR}/archivers/rpm

LIB_DEPENDS=    medusa.0:${PORTSDIR}/sysutils/medusa \
        freetype.6:${PORTSDIR}/print/freetype2 \
        ghttp.1:${PORTSDIR}/www/libghttp

.if !defined(WITHOUT_MOZILLA)
MOZILLA=    mozilla
BUILD_DEPENDS=  ${X11BASE}/include/mozilla/gtkmozembed.h:${PORTSDIR}/www/mozilla-headers \
        ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA}
RUN_DEPENDS=    ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZILLA}
.endif

USE_GMAKE=  yes
USE_X_PREFIX=   yes
USE_GNOME=  yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include -fno-rtti -fno-exceptions" \
        LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib" \
        LIBPNG="-L${LOCALBASE}/lib -lpng -lz ${MOZILLA_LIBS}"
CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \
        --with-freetype2-include-place=${LOCALBASE}/include/freetype2

.if !defined(WITHOUT_MOZILLA)
CONFIGURE_ARGS+= --with-mozilla-lib-place=${X11BASE}/lib/${MOZILLA} \
         --with-mozilla-include-place=${X11BASE}/include/mozilla
MOZILLA_LIBS=   "-L${X11BASE}/lib/${MOZILLA}"
PLIST_SUB+= MOZILLA:=""
.else
CONFIGURE_ARGS+= --disable-mozilla-component
MOZILLA_LIBS=   ""
PLIST_SUB+= MOZILLA:="@comment "
.endif

MAN1=       nautilus-xml-migrate.1

.if !defined(WITHOUT_MOZILLA)
pre-extract:
    @${ECHO} "You can remove embedded mozilla support by defining WITHOUT_MOZILLA"
.endif

pre-patch:
    @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
    @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
        's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
         s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'

.include <bsd.port.mk>