2001-02-10 00:18:15 +01:00
|
|
|
# New ports collection makefile for: bonobo-conf
|
|
|
|
# Date created: 9th February 2001
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bonobo-conf
|
2002-09-19 04:27:59 +02:00
|
|
|
PORTVERSION= 0.16
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2001-02-10 00:18:15 +01:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2002-09-20 19:07:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/bonobo-conf/0.16
|
2001-02-10 00:18:15 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Bonobo configuration moniker
|
2001-02-10 00:18:15 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-10 09:57:54 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack bonobo gconf
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-11-05 04:45:05 +01:00
|
|
|
USE_LDCONFIG= yes
|
2001-02-10 00:18:15 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2007-02-10 22:57:23 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
|
|
|
${WRKSRC}/configure
|
|
|
|
|
2001-02-10 00:18:15 +01:00
|
|
|
.include <bsd.port.mk>
|