mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
27 lines
542 B
Makefile
27 lines
542 B
Makefile
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ortp
|
|
PORTVERSION= 0.13.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
MASTER_SITE_SUBDIR= linphone/ortp/sources
|
|
|
|
MAINTAINER= sobomax@FreeBSD.org
|
|
COMMENT= A Real-time Transport Protocol (RTP) stack
|
|
|
|
USES= pathfix pkgconfig
|
|
USE_GNOME= glib20
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
|
USE_LDCONFIG= yes
|
|
|
|
NO_STAGE= yes
|
|
pre-install:
|
|
.if defined(NOPORTDOCS)
|
|
${RM} -rf ${WRKSRC}/docs/html
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|