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