2013-09-20 20:35:44 +02:00
|
|
|
# Created by: Ade Lovett <ade@lovett.com>
|
1999-10-14 07:00:15 +02:00
|
|
|
# $FreeBSD$
|
2006-10-14 10:54:54 +02:00
|
|
|
# $MCom: ports/graphics/gdk-pixbuf/Makefile,v 1.2 2006/09/10 00:51:10 mezz Exp $
|
1999-10-14 07:00:15 +02:00
|
|
|
|
2014-04-12 18:29:28 +02:00
|
|
|
PORTNAME= gdk-pixbuf
|
2003-01-19 20:38:50 +01:00
|
|
|
PORTVERSION= 0.22.0
|
2014-12-25 21:54:41 +01:00
|
|
|
PORTREVISION= 17
|
2014-04-12 18:29:28 +02:00
|
|
|
CATEGORIES= graphics
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= GNOME
|
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
|
2014-04-12 18:29:28 +02:00
|
|
|
COMMENT= Graphic library for GTK+
|
1999-10-14 07:00:15 +02:00
|
|
|
|
2015-05-13 16:24:40 +02:00
|
|
|
LICENSE= LGPL20 # or later
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
|
|
|
|
|
2014-12-25 20:04:25 +01:00
|
|
|
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
|
2015-06-22 20:33:20 +02:00
|
|
|
libtiff.so:${PORTSDIR}/graphics/tiff
|
2001-05-21 04:29:52 +02:00
|
|
|
|
2015-08-08 16:23:26 +02:00
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
|
2015-06-22 20:33:20 +02:00
|
|
|
USES= cpe gmake jpeg libtool pathfix tar:bzip2
|
2015-05-13 16:24:40 +02:00
|
|
|
CPE_VENDOR= gnome
|
- 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 19:56:05 +02:00
|
|
|
USE_XORG= xt xi x11
|
2014-04-12 18:29:28 +02:00
|
|
|
USE_GNOME= gtk12
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= 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
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-04-12 18:29:28 +02:00
|
|
|
LDFLAGS+= -L${STAGEDIR}${PREFIX}/lib -L${LOCALBASE}/lib
|
1999-10-14 07:00:15 +02:00
|
|
|
|
2007-02-02 15:26:39 +01:00
|
|
|
post-patch:
|
2014-04-12 18:29:28 +02:00
|
|
|
@${REINPLACE_CMD} '/confexecdir =/s/=.*/= $$(sysconfdir)/' \
|
|
|
|
${WRKSRC}/Makefile.in
|
2007-02-02 15:26:39 +01:00
|
|
|
|
1999-10-14 07:00:15 +02:00
|
|
|
.include <bsd.port.mk>
|