1999-10-14 07:03:17 +02:00
|
|
|
# New ports collection makefile for: bonobo
|
|
|
|
# Date created: 8th October 1999
|
|
|
|
# Whom: Ade Lovett <ade@lovett.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/devel/bonobo/Makefile,v 1.5 2007/05/19 21:36:04 marcus Exp $
|
1999-10-14 07:03:17 +02:00
|
|
|
#
|
|
|
|
|
2000-04-11 23:30:15 +02:00
|
|
|
PORTNAME= bonobo
|
2003-01-01 20:04:42 +01:00
|
|
|
PORTVERSION= 1.0.22
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 11
|
1999-10-14 07:03:17 +02:00
|
|
|
CATEGORIES= devel gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-04-12 10:22:55 +02:00
|
|
|
DIST_SUBDIR= gnome
|
1999-10-14 07:03:17 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= The component and compound document system for GNOME
|
1999-10-14 07:03:17 +02:00
|
|
|
|
2002-04-12 10:22:55 +02:00
|
|
|
USE_BZIP2= yes
|
1999-10-14 07:03:17 +02:00
|
|
|
USE_PERL5= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-11 19:16:10 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix oaf gnomehier gnomeprint
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2002-07-11 19:16:10 +02:00
|
|
|
GNOME_HTML_DIR= ${PREFIX}/share/doc/bonobo
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-10-08 20:37:33 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
1999-10-14 07:03:17 +02:00
|
|
|
|
2007-02-05 04:52:32 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
|
|
|
${WRKSRC}/configure \
|
|
|
|
${WRKSRC}/libefs/configure
|
|
|
|
|
1999-10-14 07:03:17 +02:00
|
|
|
.include <bsd.port.mk>
|