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$
|
|
|
|
#
|
|
|
|
|
2000-04-14 10:48:02 +00:00
|
|
|
PORTNAME= gdk-pixbuf
|
2000-08-28 18:10:39 +00:00
|
|
|
PORTVERSION= 0.9.0
|
1999-10-14 05:00:15 +00:00
|
|
|
CATEGORIES= graphics gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2000-04-21 16:07:46 +00:00
|
|
|
MASTER_SITE_SUBDIR= unstable/sources/gdk-pixbuf
|
1999-10-14 05:00:15 +00:00
|
|
|
|
2000-01-28 18:36:06 +00:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
1999-10-14 05:00:15 +00:00
|
|
|
|
2000-06-01 16:10:38 +00:00
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs
|
1999-10-14 05:00:15 +00:00
|
|
|
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
1999-10-27 10:26:20 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1999-10-14 05:00:15 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_LIBTOOL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-11-16 11:50:47 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-10-14 05:00:15 +00:00
|
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
1999-10-27 10:26:20 +00:00
|
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
1999-10-14 05:00:15 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|