diff options
author | wiz <wiz@pkgsrc.org> | 2000-01-12 20:29:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-01-12 20:29:00 +0000 |
commit | d806ace664d7a6cf89c86e167669615b66c954cc (patch) | |
tree | a13c1cf6bcbd7e03b4f752af3ab06c113a4b1f2a /math/sc | |
parent | 5079771ab5daaa397c27951ba0bd9403c498969a (diff) | |
download | pkgsrc-d806ace664d7a6cf89c86e167669615b66c954cc.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" |