diff options
author | wiz <wiz> | 2000-01-12 20:29:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-01-12 20:29:00 +0000 |
commit | c57ebf5e6a0c74a4d1fcbb35f5bd1051925733ae (patch) | |
tree | a13c1cf6bcbd7e03b4f752af3ab06c113a4b1f2a /math/sc | |
parent | 8be90722da33731db949335c4035bbe810bf35b5 (diff) | |
download | pkgsrc-c57ebf5e6a0c74a4d1fcbb35f5bd1051925733ae.tar.gz |
Moved from misc/sc/Makefile,v
Diffstat (limited to 'math/sc')
-rw-r--r-- | math/sc/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/sc/Makefile b/math/sc/Makefile new file mode 100644 index 00000000000..4fc9fcbff9a --- /dev/null +++ b/math/sc/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.3 2000/01/12 20:29:00 wiz Exp $ +# FreeBSD Id: Makefile,v 1.1.1.1 1998/08/10 00:20:29 steve Exp + +DISTNAME= sc-6.21 +CATEGORIES= math +MASTER_SITES= ftp://gatekeeper.dec.com/pub/misc/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= eric@fox.phoenix.az.us + +NO_WRKSUBDIR= yes + +.include "../../mk/bsd.pkg.mk" |