aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libgnome/Makefile
blob: 729f6990e3667b794b4a9015281233e4ecb22920 (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
# Version required:    0.99.1
# Date created:        17 June 1998
# Whom:                Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.19 1998/12/22 07:50:32 asami Exp $
#

DISTNAME=   gnome-libs-0.99.1
PKGNAME=    gnomelibs-0.99.1
CATEGORIES= x11
MASTER_SITES=   ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \
        ftp://ftp.gnome.org/pub/GNOME/sources/

MAINTAINER= Nakai@technologist.com

BUILD_DEPENDS=  gettext:${PORTSDIR}/devel/gettext
RUN_DEPENDS=    gettext:${PORTSDIR}/devel/gettext \
        ${PREFIX}/share/gnome/sounds/startup1.wav:${PORTSDIR}/audio/gnomeaudio
LIB_DEPENDS=    gdk_imlib.1:${PORTSDIR}/graphics/imlib \
        gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel \
        tiff.4:${PORTSDIR}/graphics/tiff34 \
        jpeg.9:${PORTSDIR}/graphics/jpeg \
        gif.3:${PORTSDIR}/graphics/giflib \
        png.2:${PORTSDIR}/graphics/png \
        Xpm.4:${PORTSDIR}/graphics/xpm \
        ORBit.0:${PORTSDIR}/devel/ORBit \
        esd.0:${PORTSDIR}/audio/esound

USE_X_PREFIX=   yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
        --datadir=${PREFIX}/share/gnome \
        --disable-gnome-hello \
        --disable-test-gnome
CONFIGURE_ENV=  CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include \
        -I${X11BASE}/include" \
        GTK_CONFIG="${X11BASE}/bin/gtk11d-config" \
        GLIB_CONFIG="${LOCALBASE}/bin/glib11d-config" \
        LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"

pre-build:
    ( cd ${WRKSRC}/support; ${GMAKE} gnomesupport.h )

post-install:
    @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib

.include <bsd.port.mk>