pkgsrc-wip/ortp/Makefile
Arnaud Degroote 967790a0b0 Ortp is a free implementation of Real-time Transport Protocol stack ( rfc
3550 ), written primilarly  to be used in linphone but already used by
jingle.
2005-12-16 23:03:38 +00:00

18 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/12/16 23:03:38 zul_ Exp $
#
DISTNAME= ortp-0.7.1
CATEGORIES= net
MASTER_SITES= http://www.linphone.org/ortp/sources/
MAINTAINER= zul@netbsd-fr.org
HOMEPAGE= http://www.linphone.org/ortp/
COMMENT= "A Real-time Transport Protocol stack"
GNU_CONFIGURE= yes
.include "options.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"