1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/graphics/gdk-pixbuf/Makefile

40 lines
964 B
Makefile
Raw Normal View History

# 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
2003-01-19 19:38:50 +00:00
PORTVERSION= 0.22.0
2012-06-01 05:26:28 +00:00
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+
2012-06-01 05:26:28 +00:00
LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \
tiff.4:${PORTSDIR}/graphics/tiff \
2010-02-05 11:46:55 +00:00
jpeg.11:${PORTSDIR}/graphics/jpeg
USE_BZIP2= yes
USE_GMAKE= yes
USE_XORG= xt xi x11
USE_GNOME+= gnomehack gtk12
USE_LDCONFIG= yes
2001-12-13 22:33:50 +00:00
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
2007-02-02 14:26:39 +00:00
post-patch:
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.mk>