mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
40 lines
964 B
Makefile
40 lines
964 B
Makefile
# Created by: Ade Lovett <ade@lovett.com>
|
|
# $FreeBSD$
|
|
# $MCom: ports/graphics/gdk-pixbuf/Makefile,v 1.2 2006/09/10 00:51:10 mezz Exp $
|
|
|
|
PORTNAME?= gdk-pixbuf
|
|
PORTVERSION= 0.22.0
|
|
PORTREVISION= 12
|
|
CATEGORIES?= graphics
|
|
MASTER_SITES= GNOME
|
|
MASTER_SITE_SUBDIR= sources/gdk-pixbuf/0.22
|
|
DISTNAME= gdk-pixbuf-${PORTVERSION}
|
|
DIST_SUBDIR= gnome
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT?= A graphic library for GTK+
|
|
|
|
LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
|
jpeg.11:${PORTSDIR}/graphics/jpeg
|
|
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_XORG= xt xi x11
|
|
USE_GNOME+= gnomehack gtk12
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
|
--disable-gtk-doc
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \
|
|
BUILD_CANVAS="${BUILD_CANVAS}"
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
BUILD_CANVAS?= no
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|