mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
bbc8c4d740
Approved by: portmgr (not really, but touches unstaged ports)
25 lines
550 B
Makefile
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>
|