freebsd-ports/devel/jrtplib/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

26 lines
575 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
USES= cmake
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>