summaryrefslogtreecommitdiffstats
path: root/graphics/gdk-pixbuf2/Makefile
blob: 60a39e54bffb6bb1c7f1092aa534287fbc293840 (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
50
# Created by: Ade Lovett <ade@lovett.com>
# $FreeBSD$
#    $MCom$

PORTNAME=   gdk-pixbuf
PORTVERSION=    2.31.1
CATEGORIES= graphics
MASTER_SITES=   GNOME
PKGNAMESUFFIX=  2
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Graphic library for GTK+

USE_XORG=   xt xi x11
USES=       gmake libtool pathfix pkgconfig tar:xz
USE_GNOME+= glib20 introspection:build
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LIBS+=      -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-introspection=yes --with-x11
INSTALL_TARGET= install-strip

OPTIONS_SUB=    yes
OPTIONS_DEFINE= JASPER JPEG PNG TIFF
OPTIONS_DEFAULT=JASPER JPEG PNG TIFF
JASPER_CONFIGURE_WITH=  libjasper
JASPER_LIB_DEPENDS= libjasper.so:${PORTSDIR}/graphics/jasper
JPEG_CONFIGURE_WITPNGH= libjpeg
JPEG_LIB_DEPENDS=   libjpeg.so:${PORTSDIR}/graphics/jpeg
PNG_CONFIGURE_WITH= libpng
PNG_LIB_DEPENDS=    libpng15.so:${PORTSDIR}/graphics/png
TIFF_CONFIGURE_WITH=    libtiff
TIFF_LIB_DEPENDS=   libtiff.so:${PORTSDIR}/graphics/tiff

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MNLS}
USES+=      gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+= NLS="@comment "
.endif

post-install:
    @cd ${WRKSRC}/docs/reference/gdk-pixbuf && env DESTDIR=${STAGEDIR} ${GMAKE} install-man1

.include <bsd.port.mk>