1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/jrtplib/Makefile
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

25 lines
550 B
Makefile

# Created by: Petr Holub <hopet@ics.muni.cz>
# $FreeBSD$
PORTNAME= jrtplib
PORTVERSION= 3.9.1
CATEGORIES= devel
MASTER_SITES= http://research.edm.uhasselt.be/jori/jrtplib/
MAINTAINER= ports@FreeBSD.org
COMMENT= Object-oriented RTP library written in C++
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.MIT
USES= cmake tar:bzip2
USE_LDCONFIG= yes
PLIST_SUB= JRTPLIB_VER="${PORTVERSION}"
post-patch:
@${REINPLACE_CMD} -e \
'/pkgconfig/s|$${LIBRARY_INSTALL_DIR}|$${CMAKE_INSTALL_PREFIX}/libdata|' ${WRKSRC}/CMakeLists.txt
.include <bsd.port.mk>