Mark this port as requiring a manual fetch of sources.

This commit is contained in:
Joseph Koshy 2003-03-30 00:52:50 +00:00
parent ae5dfdeea7
commit c788c63fad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=77711

View file

@ -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>