diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1996-11-10 21:16:48 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1996-11-10 21:16:48 +0000 |
commit | 0b5f0f89e0ee0fc118be7dd98de070b080a0b389 (patch) | |
tree | bd0f2f05e69ef6028de8b595521956ca69f461d7 /net/sdr/Makefile | |
parent | New port: nte 1.5a23, the UCL Network Text Editor. (diff) |
New port: sdr 2.3a1, the UCL Session DiRectory.
Note that this port is restricted due to inclusion of DES encryption.
Notes
Notes:
svn path=/head/; revision=4379
Diffstat (limited to 'net/sdr/Makefile')
-rw-r--r-- | net/sdr/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net/sdr/Makefile b/net/sdr/Makefile new file mode 100644 index 000000000000..d24bad61947e --- /dev/null +++ b/net/sdr/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: sdr +# Version required: 2.3a1 +# Date created: 5 September 1996 +# Whom: Bill Fenner <fenner@FreeBSD.ORG> +# +# $Id$ +# + +DISTNAME= sdr.V2.3a1 +PKGNAME= sdr-2.3a1 +CATEGORIES+= mbone +MASTER_SITES= ftp://cs.ucl.ac.uk/mice/sdr/ +RESTRICTED= "Contains DES encryption" + +MAINTAINER= fenner@FreeBSD.org + +LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41 + +NO_WRKSUBDIR= yes +USE_GMAKE= yes +USE_X11= yes + +.include <bsd.port.mk> |