summaryrefslogtreecommitdiff
path: root/security/skip
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1998-11-17 03:27:52 +0000
committerArchie Cobbs <archie@FreeBSD.org>1998-11-17 03:27:52 +0000
commita201dee08bc3d4a276d96605d52f3f3216846285 (patch)
treea7f2fd0db16894c19c839eebbca4b568b45ea93e /security/skip
parentSKIP needs a custom mbuf flag; use M_PROTO1 instead of M_EOR. (diff)
The original SKIP source is export controlled and only obtainable via a web
page, which previously meant that this port would not build automatically. Some naughty person exported the tarball, so now point directly to it instead.
Notes
Notes: svn path=/head/; revision=14589
Diffstat (limited to 'security/skip')
-rw-r--r--security/skip/Makefile23
1 files changed, 7 insertions, 16 deletions
diff --git a/security/skip/Makefile b/security/skip/Makefile
index 2efa4d71fae7..72feab8e24cd 100644
--- a/security/skip/Makefile
+++ b/security/skip/Makefile
@@ -3,11 +3,17 @@
# Date created: 26 November 1997
# Whom: Archie L. Cobbs <archie@whistle.com>
#
-# $Id: Makefile,v 1.2 1998/08/07 23:56:47 asami Exp $
+# $Id: Makefile,v 1.3 1998/09/21 22:15:58 steve Exp $
DISTNAME= skip-1.0
CATEGORIES= security
+# Note: the original source comes from Sun, via this web page:
+# http://skip.incog.com/src-form.html
+# The site below is outside of the U.S.
+
+MASTER_SITES= ftp://ftp.replay.com/pub/replay/crypto/APPS/skip/
+
DISTFILES= skipsrc-1.0.tar.Z
EXTRACT_SUFX= tar.Z
@@ -38,21 +44,6 @@ MAN1= certreq.1 skiphost.1 skipstat.1 skiptool.1 skipd.1 \
print_cert.1
MAN4= skipd.conf.4 raw_keys.4
-# The user must 'fetch' the sources manually
-pre-fetch:
- @if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
- echo ""; \
- echo "***"; \
- echo "*** NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE"; \
- echo "***"; \
- echo "*** You must get the source yourself from this web page:"; \
- echo "*** http://skip.incog.com/src-form.html"; \
- echo "*** and put it into ${DISTDIR} with the name ${DISTFILES}."; \
- echo "***"; \
- echo ""; \
- false; \
- fi
-
# SKIP has a lot of hard coded paths in it. Our patches replace
# them with @@PREFIX@@, which we then replace with ${PREFIX}.
post-patch: