diff options
author | is <is@pkgsrc.org> | 1997-11-18 17:05:15 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 1997-11-18 17:05:15 +0000 |
commit | e36fdeaad99eee8d1564366e679450f9e64b0bf0 (patch) | |
tree | b12c0274b3b4a438691755cbf3d35d5363a2803d /mbone/sdr/Makefile | |
parent | fccd1cd22785561ee6085ad8abcbdf62b659737c (diff) | |
download | pkgsrc-e36fdeaad99eee8d1564366e679450f9e64b0bf0.tar.gz |
Initial MBONE tools directory, bootstrapped from FreeBSD ports collection,
sdr only.
Diffstat (limited to 'mbone/sdr/Makefile')
-rw-r--r-- | mbone/sdr/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/mbone/sdr/Makefile b/mbone/sdr/Makefile new file mode 100644 index 00000000000..7c4fb48fcdc --- /dev/null +++ b/mbone/sdr/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: sdr +# Version required: 2.3a1 +# Date created: 5 September 1996 +# Whom: Bill Fenner <fenner@FreeBSD.ORG> +# +# Id: Makefile,v 1.6 1997/10/15 20:35:20 fenner Exp +# + +DISTNAME= sdr.V2.3a1 +PKGNAME= sdr-2.3a1 +CATEGORIES= mbone tk80 +MASTER_SITES= ftp://cs.ucl.ac.uk/mice/sdr/ + +MAINTAINER= fenner@FreeBSD.org + +LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80 + +RESTRICTED= "Contains DES encryption" +NO_WRKSUBDIR= yes +USE_GMAKE= yes +USE_X11= yes + +# src/libs.tcl is autogenerated from the tcl/tk installed on the +# build system, so we shouldn't use the one in the distribution. +post-extract: + -@rm ${WRKSRC}/src/libs.tcl + +.include <bsd.port.mk> |