diff options
Diffstat (limited to 'math/mcsim/Makefile')
-rw-r--r-- | math/mcsim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/mcsim/Makefile b/math/mcsim/Makefile index ed887bf4f85..27fa414ed3b 100644 --- a/math/mcsim/Makefile +++ b/math/mcsim/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/26 23:02:38 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 18:22:28 wiz Exp $ DISTNAME= mcsim-4.2.0 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_GNU:=mcsim/} MAINTAINER= jtb@netbsd.org +COMMENT= Monte Carlo Simulation software WRKSRC= ${WRKDIR}/mcsim |