1999-10-14 01:03:17 -04:00
|
|
|
# New ports collection makefile for: bonobo
|
|
|
|
# Date created: 8th October 1999
|
|
|
|
# Whom: Ade Lovett <ade@lovett.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 17:30:15 -04:00
|
|
|
PORTNAME= bonobo
|
2002-04-12 04:22:55 -04:00
|
|
|
PORTVERSION= 1.0.20
|
2002-04-30 21:37:45 -04:00
|
|
|
PORTREVISION= 2
|
1999-10-14 01:03:17 -04:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2001-05-04 17:39:58 -04:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/bonobo
|
2002-04-12 04:22:55 -04:00
|
|
|
DIST_SUBDIR= gnome
|
1999-10-14 01:03:17 -04:00
|
|
|
|
2001-05-11 12:36:50 -04:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1999-10-14 01:03:17 -04:00
|
|
|
|
2001-05-04 17:39:58 -04:00
|
|
|
LIB_DEPENDS= gnomeprint.16:${PORTSDIR}/print/gnomeprint
|
1999-10-14 01:03:17 -04:00
|
|
|
|
2002-04-12 04:22:55 -04:00
|
|
|
USE_BZIP2= yes
|
2000-02-14 14:16:38 -05:00
|
|
|
USE_X_PREFIX= yes
|
1999-10-14 01:03:17 -04:00
|
|
|
USE_PERL5= yes
|
|
|
|
USE_GMAKE= yes
|
2001-05-04 17:39:58 -04:00
|
|
|
USE_GNOMECTRL= yes
|
2000-06-16 17:52:40 -04:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-04-30 21:37:45 -04:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
LIBTOOLFILES= configure libefs/configure
|
|
|
|
CONFIGURE_ARGS= --disable-gtk-doc \
|
|
|
|
--with-html-dir=${PREFIX}/share/doc/bonobo
|
1999-10-14 01:03:17 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-04-12 13:10:20 -04:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2002-01-24 02:39:39 -05:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
1999-10-14 01:03:17 -04:00
|
|
|
|
2000-08-04 12:11:37 -04:00
|
|
|
pre-patch:
|
2001-03-29 11:35:19 -05:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-03 21:28:04 -04:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2001-08-21 10:09:52 -04:00
|
|
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
2000-08-03 21:28:04 -04:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
1999-10-14 01:03:17 -04:00
|
|
|
.include <bsd.port.mk>
|