aboutsummaryrefslogtreecommitdiff
path: root/devel/jrtplib/Makefile
blob: 1ab18212a0d379e7599ee31ef28e2301a9248713 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:   jrtplib
# Date created:        4 March 2003
# Whom:                Petr Holub <hopet@ics.muni.cz>
#
# $FreeBSD$
#

PORTNAME=	jrtplib
PORTVERSION=	3.7.1
CATEGORIES=	devel
MASTER_SITES=	http://research.edm.uhasselt.be/jori/jrtplib/

MAINTAINER=	hopet@ics.muni.cz
COMMENT=	Object-oriented RTP library written in C++

USE_AUTOTOOLS=	libtool
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes
CONFIGURE_ARGS=	--disable-jthread

PLIST_SUB+=	JRTPLIB_VER=${PORTVERSION}

post-patch:
	@${REINPLACE_CMD} -e 's|\$$(libdir)/pkgconfig|\$$(prefix)/libdata/pkgconfig|' \
		${WRKSRC}/pkgconfig/Makefile.in

.include <bsd.port.mk>