mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
29 lines
602 B
Makefile
29 lines
602 B
Makefile
# New ports collection makefile for: ortp
|
|
# Date created: 20 October 2003
|
|
# Whom: 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
|
|
|
|
USE_GNOME= glib20 pkgconfig gnomehack
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
|
USE_LDCONFIG= yes
|
|
|
|
pre-install:
|
|
.if defined(NOPORTDOCS)
|
|
${RM} -rf ${WRKSRC}/docs/html
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|