summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Koshy <jkoshy@FreeBSD.org>2003-03-30 00:52:50 +0000
committerJoseph Koshy <jkoshy@FreeBSD.org>2003-03-30 00:52:50 +0000
commitc788c63fad11d6fb68c3a57afb06fb0dbbaf6898 (patch)
tree23327a2425395e5f5dcd7c5f58e8faebdafa60ac
parentmail/imp3: upgrading to IMP 3.2. (diff)
Mark this port as requiring a manual fetch of sources.
Notes
Notes: svn path=/head/; revision=77711
-rw-r--r--devel/rtplib/Makefile12
1 files changed, 11 insertions, 1 deletions
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 <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>