1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/jrtplib/Makefile
Armin Pirkovitsch 9cdcb429f8 - Update to version 3.9.1
- Add LICENSE
- Add MAKE_JOBS_SAFE

PR:           ports/171984
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by:  beat (mentor)
Feature safe: yes
2012-11-30 23:52:43 +00:00

27 lines
577 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
USE_BZIP2= yes
USE_CMAKE= yes
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= 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>