freebsd-ports/graphics/gdk-pixbuf/Makefile

40 lines
961 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 20:38:50 +01:00
PORTVERSION= 0.22.0
2014-12-25 21:54:41 +01:00
PORTREVISION= 17
CATEGORIES= graphics
MASTER_SITES= GNOME
DISTNAME= gdk-pixbuf-${PORTVERSION}
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Graphic library for GTK+
LICENSE= LGPL20 # or later
LICENSE_FILE= ${WRKSRC}/COPYING.LIB
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \
2015-06-22 20:33:20 +02:00
libtiff.so:${PORTSDIR}/graphics/tiff
PORTSCOUT= ignore:1
2015-06-22 20:33:20 +02:00
USES= cpe gmake jpeg libtool pathfix tar:bzip2
CPE_VENDOR= gnome
USE_XORG= xt xi x11
USE_GNOME= gtk12
USE_LDCONFIG= yes
2001-12-13 23:33:50 +01:00
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
--disable-gtk-doc
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${STAGEDIR}${PREFIX}/lib -L${LOCALBASE}/lib
2007-02-02 15:26:39 +01:00
post-patch:
@${REINPLACE_CMD} '/confexecdir =/s/=.*/= $$(sysconfdir)/' \
${WRKSRC}/Makefile.in
2007-02-02 15:26:39 +01:00
.include <bsd.port.mk>