2013-09-20 18:35:44 +00:00
|
|
|
# Created by: Ade Lovett <ade@lovett.com>
|
1999-10-14 05:00:15 +00:00
|
|
|
# $FreeBSD$
|
2006-10-14 08:54:54 +00:00
|
|
|
# $MCom: ports/graphics/gdk-pixbuf/Makefile,v 1.2 2006/09/10 00:51:10 mezz Exp $
|
1999-10-14 05:00:15 +00:00
|
|
|
|
2001-05-21 02:29:52 +00:00
|
|
|
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
|
2001-05-21 02:29:52 +00:00
|
|
|
CATEGORIES?= graphics
|
2009-02-02 01:36:16 +00:00
|
|
|
MASTER_SITES= 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
|
|
|
|
2012-06-01 05:26:28 +00:00
|
|
|
LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png \
|
2001-05-21 02:29:52 +00:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff \
|
2010-02-05 11:46:55 +00:00
|
|
|
jpeg.11:${PORTSDIR}/graphics/jpeg
|
2001-05-21 02:29:52 +00:00
|
|
|
|
2002-04-19 19:40:24 +00:00
|
|
|
USE_BZIP2= yes
|
1999-10-14 05:00:15 +00:00
|
|
|
USE_GMAKE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_XORG= xt xi x11
|
2002-07-05 10:56:24 +00:00
|
|
|
USE_GNOME+= gnomehack gtk12
|
2006-10-14 08:54:54 +00:00
|
|
|
USE_LDCONFIG= 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
|
2011-09-23 22:26:39 +00:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \
|
2001-05-21 02:29:52 +00:00
|
|
|
BUILD_CANVAS="${BUILD_CANVAS}"
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2001-05-21 02:29:52 +00:00
|
|
|
|
|
|
|
BUILD_CANVAS?= no
|
1999-10-14 05:00:15 +00:00
|
|
|
|
2013-09-20 18:35:44 +00:00
|
|
|
NO_STAGE= yes
|
2007-02-02 14:26:39 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
|
1999-10-14 05:00:15 +00:00
|
|
|
.include <bsd.port.mk>
|