2004-06-24 19:12:54 +02:00
|
|
|
# New ports collection makefile for: roadrunner
|
|
|
|
# Date created: 26 January 2003
|
|
|
|
# Whom: Yann Berthier <yb@sainte-barbe.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= roadrunner
|
|
|
|
PORTVERSION= 0.9.1
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
2004-06-24 19:12:54 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://ftp.codefactory.se/pub/RoadRunner/source/roadrunner/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2005-11-11 06:40:56 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-06-24 19:12:54 +02:00
|
|
|
COMMENT= A portable BEEP protocol implementation
|
|
|
|
|
2004-06-26 23:39:16 +02:00
|
|
|
USE_GNOME= glib20 libxml2 pkgconfig
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-06-24 19:12:54 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
|
|
USE_GMAKE= yes
|
2006-08-15 02:56:24 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-06-24 19:12:54 +02:00
|
|
|
NOT_FOR_ARCHS= sparc64
|
|
|
|
|
|
|
|
DOC_FILES= API_CHANGES AUTHORS COPYING ChangeLog \
|
|
|
|
LICENSE NEWS README README.announce
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
cd ${WRKSRC}/tests/.libs && ${INSTALL_PROGRAM} \
|
|
|
|
rr-client rr-server ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_MAN} ${DOC_FILES} ${DOCSDIR}
|
|
|
|
cd ${WRKSRC}/doc && ${INSTALL_DATA} \
|
|
|
|
dataflow.dia design.dia ${DOCSDIR}
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|