aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnomelibs/Makefile
blob: a4d16826a6d67d8b72960ef2a9e813c8802e5a72 (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:    gnomelibs
# Date created:             17 June 1998
# Whom:                 Yukihiro Nakai <Nakai@technologist.com>
#
# $FreeBSD$
#

PORTNAME=   gnomelibs
PORTVERSION=    1.2.8
PORTREVISION=   1
CATEGORIES= x11 gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/gnome-libs
DISTNAME=   gnome-libs-${PORTVERSION}

MAINTAINER?=    ade@FreeBSD.org

LIB_DEPENDS=    ORBit.2:${PORTSDIR}/devel/ORBit

USE_X_PREFIX=   yes
USE_XPM=    yes
USE_PERL5=  yes
USE_GMAKE=  yes
USE_IMLIB=  yes
USE_ESOUND= yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
LIBTOOLFILES=   configure libart_lgpl/configure devel-docs/configure
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
        --datadir=${PREFIX}/share/gnome \
        --disable-test-gnome
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

MAN1=       gnome.1 gnome-config.1
MAN5=       gnome-mime.5

pre-patch:
    @${PERL} -pi -e 's|-lpthread|-pthread|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'

post-patch:
    @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
        ${WRKSRC}/gnome-config.in ${WRKSRC}/libgnome/gnome-util.c

.include <bsd.port.mk>