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