mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Remove indefinite article from COMMENT
- Switch to USES=libtool, drop .la files - Stagify - Fix build Approved by: portmgr blanket
This commit is contained in:
parent
7a7d9a791a
commit
e8d258ae4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360560
@ -3,24 +3,24 @@
|
||||
|
||||
PORTNAME= ortp
|
||||
PORTVERSION= 0.13.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
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
|
||||
COMMENT= Real-time Transport Protocol (RTP) stack
|
||||
|
||||
USES= pathfix pkgconfig
|
||||
USES= libtool pathfix pkgconfig
|
||||
USE_GNOME= glib20
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
pre-install:
|
||||
.if defined(NOPORTDOCS)
|
||||
${RM} -rf ${WRKSRC}/docs/html
|
||||
.endif
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -12,9 +12,9 @@ include/ortp/stun.h
|
||||
include/ortp/stun_udp.h
|
||||
include/ortp/telephonyevents.h
|
||||
lib/libortp.a
|
||||
lib/libortp.la
|
||||
lib/libortp.so
|
||||
lib/libortp.so.5
|
||||
lib/libortp.so.5.0.0
|
||||
libdata/pkgconfig/ortp.pc
|
||||
%%PORTDOCS%%%%DOCSDIR%%/book1.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/home.png
|
||||
|
Loading…
Reference in New Issue
Block a user