mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Mark this port as requiring a manual fetch of sources.
This commit is contained in:
parent
ae5dfdeea7
commit
c788c63fad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77711
1 changed files with 11 additions and 1 deletions
|
@ -16,9 +16,19 @@ COMMENT= A library for developing applications over RTP
|
|||
RTP_HEADERS= rtp_api.h rtp_highlevel.h rtp_lowlevel.h
|
||||
|
||||
RESTRICTED= "Source recipient must acknowledge license"
|
||||
NO_CDROM= "Source recipient must acknowledge license"
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX})
|
||||
ECHO_MSG = /usr/bin/printf
|
||||
IGNORE = :\n\
|
||||
Due to licensing restrictions, you must fetch the sources to "${PORTNAME}" manually.\n\
|
||||
Please place the tarball under \"${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}\".\n
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
.for header in ${RTP_HEADERS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${header} ${PREFIX}/include/${header}
|
||||
|
@ -28,4 +38,4 @@ pre-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/rtp_api.html ${PREFIX}/share/doc/rtplib
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue