diff options
Diffstat (limited to 'cad/fasthenry/Makefile')
-rw-r--r-- | cad/fasthenry/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cad/fasthenry/Makefile b/cad/fasthenry/Makefile new file mode 100644 index 00000000000..7d48a3a994a --- /dev/null +++ b/cad/fasthenry/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 1998/06/06 22:50:07 frueauf Exp $ +# + +DISTNAME= fasthenry-3.0-12Nov96 +PKGNAME= fasthenry-3.0.12Nov96 +WRKSRC= ${WRKDIR}/fasthenry-3.0 +CATEGORIES= cad +MASTER_SITES= ftp://rle-vlsi.mit.edu/pub/fasthenry/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= mcmahill@alum.mit.edu + +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= config +CONFIGURE_ARGS= default + +.include "../../mk/bsd.pkg.mk" |