freebsd-ports/devel/bonobo-conf/Makefile
Joe Marcus Clarke a9c01d908a Implement USE_GNOMENG. Users should not be able to start using Evolution
without needing any other hacks.
2002-07-09 21:57:32 +00:00

31 lines
721 B
Makefile

# New ports collection makefile for: bonobo-conf
# Date created: 9th February 2001
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bonobo-conf
PORTVERSION= 0.14
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= unstable/sources/bonobo-conf
MAINTAINER= gnome@FreeBSD.org
USE_X_PREFIX= yes
USE_PERL5= yes
USE_GMAKE= yes
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack bonobo
USE_REINPLACE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>