aboutsummaryrefslogtreecommitdiff
path: root/devel/jrtplib/Makefile
blob: 1b6eae2e37829de07a59bafd1f79ce67725d48f9 (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
# New ports collection makefile for:   jrtplib
# Date created:        4 March 2003
# Whom:                Petr Holub <hopet@ics.muni.cz>
#
# $FreeBSD$
#

PORTNAME=	jrtplib
PORTVERSION=	3.1.0
CATEGORIES=	devel
MASTER_SITES=	http://research.edm.luc.ac.be/jori/jrtplib/

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

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
INSTALLS_SHLIB=	yes
NO_FILTER_SHLIBS=	yes
CONFIGURE_TARGET=	--target=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS=	--disable-jthread

.include <bsd.port.mk>