freebsd-ports/devel/jrtplib/Makefile
Li-Wen Hsu 73e91847d9 - Update to 3.7.1
PR:		ports/128936
Submitted by:	Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by:	"Petr Holub" <hopet AT ics.muni.cz> (maintainer)
2008-11-17 17:01:29 +00:00

28 lines
657 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.1
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_ARGS= --disable-jthread
PLIST_SUB+= JRTPLIB_VER=${PORTVERSION}
post-patch:
@${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
${WRKSRC}/pkgconfig/Makefile.in
.include <bsd.port.mk>