aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/xfce4/Makefile
blob: 5fb415e0b003f931c25fca9f7bc16c5663776c40 (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
69
70
71
72
# New ports collection makefile for:    xfce
# Date created:     30 June 1997
# Whom:         Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   xfce
PORTVERSION=    3.8.16
CATEGORIES= x11-wm
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE} \
        http://www.xfce.org/archive/
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org

LIB_DEPENDS=    audiofile.0:${PORTSDIR}/audio/libaudiofile \
        iconv.3:${PORTSDIR}/converters/libiconv \
        gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf

USE_REINPLACE=  yes
USE_X_PREFIX=   yes
USE_GTK=    yes
USE_XPM=    yes
GNU_CONFIGURE=  yes
CONFIGURE_TARGET=   --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-conf-dir=${PREFIX}/etc/xfce \
        --with-data-dir=${PREFIX}/share/xfce \
        --with-locale-dir=${PREFIX}/share/locale \
        --with-xpm=${X11BASE} \
        --enable-gtk-engine=${PREFIX}/lib/gtk/themes/engines \
        --disable-arts

MAN1=       glob.1 xfbd.1 xfce.1 xfclock.1 xfumed.1 xfglob.1 xfgnome.1 \
        xfhelp.1 xflock.1 xfmountdev.1 xfmouse.1 xfpager.1 xfprint.1 \
        xfrun.1 xfsound.1 xfterm.1 xftrash.1 xftree.1 xfwm.1

.include <bsd.port.pre.mk>

.if ${XFREE86_VERSION} == 4
.if defined(WITH_XFT)
CONFIGURE_ARGS+=    --enable-xft
.endif
CONFIGURE_ARGS+=    --enable-xinerama
.else
CONFIGURE_ARGS+=    --disable-xinerama
.endif

pre-everything::
.if !defined(WITH_XFT) && ${XFREE86_VERSION} == 4
    @${ECHO_MSG}
    @${ECHO_MSG} "If you want to enable anti-aliased font support,"
    @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_XFT=yes\""
    @${ECHO_MSG}
.endif

pre-patch:
    @${REINPLACE_CMD} -e 's|=aclocal|=${TRUE}|g ; \
         s|=autoconf|=${TRUE}|g ; \
         s|=automake|=${TRUE}|g ; \
         s|=autoheader|=${TRUE}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
    @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG:T}|g' ${WRKSRC}/xfce/setup.c
    @${REINPLACE_CMD} -e 's|xfplay|internal|g' ${WRKSRC}/other/xfsoundrc.in

post-install:
    @${LN} -sf ${PREFIX}/share/xfce/help/html/images \
        ${PREFIX}/share/xfce/help/images

.include <bsd.port.post.mk>