2003-10-20 15:04:37 +02:00
|
|
|
# New ports collection makefile for: ortp
|
|
|
|
# Date created: 20 October 2003
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ortp
|
2007-03-25 18:47:00 +02:00
|
|
|
PORTVERSION= 0.13.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 1
|
2003-10-20 15:04:37 +02:00
|
|
|
CATEGORIES= net
|
2006-12-16 09:50:28 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
|
|
MASTER_SITE_SUBDIR= linphone/ortp/sources
|
2003-10-20 15:04:37 +02:00
|
|
|
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
|
|
COMMENT= A Real-time Transport Protocol (RTP) stack
|
|
|
|
|
2006-01-30 16:18:19 +01:00
|
|
|
USE_GNOME= glib20 pkgconfig gnomehack
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-20 15:04:37 +02:00
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
2007-03-25 18:47:00 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
pre-install:
|
|
|
|
.if defined(NOPORTDOCS)
|
|
|
|
${RM} -rf ${WRKSRC}/docs/html
|
|
|
|
.endif
|
2003-10-20 15:04:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|