a062361c0b
- Update MASTER_SITES/WWW PR: ports/109011 Submitted by: Yi-Huan Chan <yhchan at csie.nctu.edu.tw> Approved by: Petr Holub <hopet at ics.muni.cz> (maintainer)
27 lines
684 B
Makefile
27 lines
684 B
Makefile
# New ports collection makefile for: jrtplib
|
|
# Date created: 4 March 2003
|
|
# Whom: Petr Holub <hopet@ics.muni.cz>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jrtplib
|
|
PORTVERSION= 3.7.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://research.edm.uhasselt.be/jori/jrtplib/
|
|
|
|
MAINTAINER= hopet@ics.muni.cz
|
|
COMMENT= Object-oriented RTP library written in C++
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
CONFIGURE_ARGS= --disable-jthread
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
|
|
${WRKSRC}/pkgconfig/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|