diff options
Diffstat (limited to 'textproc/zoem/Makefile')
-rw-r--r-- | textproc/zoem/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/zoem/Makefile b/textproc/zoem/Makefile new file mode 100644 index 00000000000..5af003a81d3 --- /dev/null +++ b/textproc/zoem/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2011/05/08 18:47:44 cheusov Exp $ +# + +DISTNAME= zoem-10-265 +PKGNAME= ${DISTNAME:S/10-/10./} +CATEGORIES= textproc +MASTER_SITES= http://www.micans.org/zoem/src/ + +MAINTAINER= cheusov@tut.by +HOMEPAGE= http://www.micans.org/zoem/ +COMMENT= Interpretive macro/programming language +LICENSE= gnu-gpl-v3 + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" |