diff options
Diffstat (limited to 'textproc/mminstance/Makefile')
-rw-r--r-- | textproc/mminstance/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/mminstance/Makefile b/textproc/mminstance/Makefile new file mode 100644 index 00000000000..a53e9925375 --- /dev/null +++ b/textproc/mminstance/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/13 04:15:35 jonb Exp $ +# + +DISTNAME= mminstance-1.8 +CATEGORIES= textproc +MASTER_SITES= http://www.lcdf.org/~eddietwo/type/ + +MAINTAINER= jonb@netbsd.org +HOMEPAGE= http://www.lcdf.org/~eddietwo/type/ + +GNU_CONFIGURE= YES + +.include "../../mk/bsd.pkg.mk" |