From c788c63fad11d6fb68c3a57afb06fb0dbbaf6898 Mon Sep 17 00:00:00 2001 From: Joseph Koshy Date: Sun, 30 Mar 2003 00:52:50 +0000 Subject: Mark this port as requiring a manual fetch of sources. --- devel/rtplib/Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'devel/rtplib') diff --git a/devel/rtplib/Makefile b/devel/rtplib/Makefile index a1dfdc401390..f2884fe09284 100644 --- a/devel/rtplib/Makefile +++ b/devel/rtplib/Makefile @@ -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 + +.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 +.include -- cgit v1.2.3