789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
40 lines
1.0 KiB
Makefile
40 lines
1.0 KiB
Makefile
# 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
|
|
PORTREVISION= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://ftp.codefactory.se/pub/RoadRunner/source/roadrunner/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A portable BEEP protocol implementation
|
|
|
|
USE_GNOME= glib20 libxml2 pkgconfig
|
|
USE_AUTOTOOLS= libtool:22
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
|
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
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>
|