freebsd-ports/devel/jrtplib/Makefile
Ying-Chieh Liao 440c930247 Patches:
- fixed build error on 4.x
- patched lib/pkgconfig/jrtplib.pc to libdata/pkgconfig/jrtplib.pc
- added missing libdata/pkgconfig/jrtplib.pc in pkg-plist

PR:		96033
Submitted by:	Yi-Huan Chan <yhchan@csie.nctu.edu.tw>
Approved by:	maintainer
2006-04-20 01:53:46 +00:00

28 lines
696 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.5.2
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://research.edm.luc.ac.be/jori/jrtplib/
MAINTAINER= hopet@ics.muni.cz
COMMENT= Object-oriented RTP library written in C++
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
NO_FILTER_SHLIBS= 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>