1999-10-14 05:00:15 +00:00
|
|
|
# New ports collection makefile for: gdk-pixbuf
|
|
|
|
# Date created: 5th October 1999
|
|
|
|
# Whom: Ade Lovett <ade@lovett.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-05-21 02:29:52 +00:00
|
|
|
PORTNAME?= gdk-pixbuf
|
2003-01-19 19:38:50 +00:00
|
|
|
PORTVERSION= 0.22.0
|
2006-03-07 08:28:06 +00:00
|
|
|
PORTREVISION= 4
|
2001-05-21 02:29:52 +00:00
|
|
|
CATEGORIES?= graphics
|
1999-10-14 05:00:15 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-01-20 16:02:57 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/gdk-pixbuf/0.22
|
2001-05-21 02:29:52 +00:00
|
|
|
DISTNAME= gdk-pixbuf-${PORTVERSION}
|
2002-04-19 19:40:24 +00:00
|
|
|
DIST_SUBDIR= gnome
|
1999-10-14 05:00:15 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-06 19:23:19 +00:00
|
|
|
COMMENT?= A graphic library for GTK+
|
1999-10-14 05:00:15 +00:00
|
|
|
|
2001-09-11 02:22:51 +00:00
|
|
|
LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png \
|
2001-05-21 02:29:52 +00:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
|
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
|
|
|
2002-04-19 19:40:24 +00:00
|
|
|
USE_BZIP2= yes
|
1999-10-14 05:00:15 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2002-07-05 10:56:24 +00:00
|
|
|
USE_GNOME+= gnomehack gtk12
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-12-13 22:33:50 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2002-04-24 15:50:09 +00:00
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
|
|
|
|
--disable-gtk-doc
|
1999-11-16 11:50:47 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-05-21 02:29:52 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib" \
|
|
|
|
BUILD_CANVAS="${BUILD_CANVAS}"
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
2001-05-21 02:29:52 +00:00
|
|
|
|
|
|
|
BUILD_CANVAS?= no
|
1999-10-14 05:00:15 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|