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

DISTNAME=   imlib-1.9.8
CATEGORIES= graphics
MASTER_SITES=   ftp://ftp.enlightenment.org/enlightenment/enlightenment/libs/

MAINTAINER= vanilla@FreeBSD.org

LIB_DEPENDS=    png.3:${PORTSDIR}/graphics/png \
        jpeg.9:${PORTSDIR}/graphics/jpeg \
        tiff.4:${PORTSDIR}/graphics/tiff \
        gif.5:${PORTSDIR}/graphics/giflib \
        gtk12.2:${PORTSDIR}/x11-toolkits/gtk12

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

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

.include <bsd.port.mk>