aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnomecore/Makefile
blob: f34ea21be9bb274ceb9e5c135a837ee7cff8f554 (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
# New ports collection makefile for:    gnomecore
# Date created:             17 March 1998
# Whom:                 Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#

PORTNAME=   gnomecore
PORTVERSION=    1.4.1
CATEGORIES?=    x11 gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-core
DISTNAME=   gnome-core-${PORTVERSION}
DIST_SUBDIR=    gnome

MAINTAINER?=    gnome@FreeBSD.org

LIB_DEPENDS=    gtkhtml.21:${PORTSDIR}/www/gtkhtml
RUN_DEPENDS=    ${X11BASE}/share/gnome/sounds/login.wav:${PORTSDIR}/audio/gnomeaudio

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOMECTRL=  yes
INSTALLS_SHLIB= yes
USE_LIBTOOL=    yes
CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \
        --with-gtkhtml=${X11BASE} \
        --disable-gtk-doc
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

MAN1=       deskguide_applet.1 gmenu.1 gnome-about.1 gnome-convert.1 \
        gnome-download.1 gnome-edit.1 gnome-hint-properties-capplet.1 \
        gnome-hint.1 gnome-info2html.1 gnome-man2html.1 \
        gnome-panel-add-launcher.1 gnome-panel-properties-capplet.1 \
        gnome-session.1 gnome-terminal.1 gnome-wm.1 panel.1 \
        save-session.1 tasklist_applet.1 gnome-libice-check.1 \
        gnome-login-check.1 gnome-smproxy.1 session-properties.1 \
        session-properties-capplet.1 
MAN5=       default.session.5

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>