aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libgnome/Makefile
blob: 572284007e082d91965ff25a6d8664b849802742 (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
# New ports collection makefile for:    gnomelibs
# Version required:         1.0.4
# Date created:             17 June 1998
# Whom:                 Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.36 1999/03/25 02:36:53 nectar Exp $
#

DISTNAME=   gnome-libs-1.0.4
PKGNAME=    gnomelibs-1.0.4
CATEGORIES= x11 gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= gnome-libs

MAINTAINER= nacai@iname.com

LIB_DEPENDS=    gdk_imlib.3:${PORTSDIR}/graphics/imlib \
        Xpm.4:${PORTSDIR}/graphics/xpm \
        ORBit.1:${PORTSDIR}/devel/ORBit \
        esd.1:${PORTSDIR}/audio/esound

# implicit dependencies:
# gettext, gtk12, tiff34, jpeg, giflib, png

USE_X_PREFIX=   yes
USE_PERL5=  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="-I${LOCALBASE}/include -I${X11BASE}/include \
            -I${LOCALBASE}/include/giflib" \
        GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
        LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"

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

.include <bsd.port.mk>