1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/devel/jrtplib/Makefile
Edwin Groothuis 5435a0a292 New port: JRTPLIB - RTP library in C++
New port: JRTPLIB - library in C++ for developing applications
        using RTP protocol. For details see
        http://lumumba.luc.ac.be/jori/jrtplib/jrtplib.html

PR:		ports/48929
Submitted by:	Petr Holub <hopet@ics.muni.cz>
2003-10-06 02:46:08 +00:00

22 lines
468 B
Makefile

# New ports collection makefile for: jrtplib
# Date created: 4 March 2003
# Whom: Petr Holub <hopet@ics.muni.cz>
#
# $FreeBSD$
#
PORTNAME= jrtplib
PORTVERSION= 2.7
CATEGORIES= devel
MASTER_SITES= http://lumumba.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
.include <bsd.port.mk>