aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/imlib2/Makefile
blob: 74b6503703d6e2b5d5e8faf098665775c3645db6 (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
# New ports collection makefile for:    imlib
# Date created:     10 June 1997
# Whom:         Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   imlib
PORTVERSION=    1.9.8.1
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/imlib

MAINTAINER= vanilla@FreeBSD.org

LIB_DEPENDS=    png.3:${PORTSDIR}/graphics/png \
        tiff.4:${PORTSDIR}/graphics/tiff \
        ungif.5:${PORTSDIR}/graphics/libungif \
        gtk12.2:${PORTSDIR}/x11-toolkits/gtk12

GLIB_CONFIG?=   ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?=    ${X11BASE}/bin/gtk12-config

USE_GMAKE=  yes
USE_X_PREFIX=   yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        GLIB_CONFIG="${GLIB_CONFIG}" \
        GTK_CONFIG="${GTK_CONFIG}" \
        LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/imlib \
        --disable-gtktest

pre-configure:
    ${PERL} -pi -e "s^%%LOCALBASE%%^${LOCALBASE}^" ${WRKSRC}/imlib-config.in

.include <bsd.port.mk>