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
|
2001-05-04 21:39:58 +00:00
|
|
|
PORTVERSION= 0.11.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
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1999-10-14 05:00:15 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 07:10:50 +00:00
|
|
|
USE_GNOMELIBS= yes
|
1999-10-14 05:00:15 +00:00
|
|
|
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
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2000-10-05 07:10:50 +00:00
|
|
|
pre-patch:
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
|
|
|
|
s|\$$\(datadir\)/aclocal|\$$\(prefix\)/share/aclocal|g'
|
|
|
|
|
1999-10-14 05:00:15 +00:00
|
|
|
.include <bsd.port.mk>
|