diff options
Diffstat (limited to 'textproc/qprint/Makefile')
-rw-r--r-- | textproc/qprint/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/qprint/Makefile b/textproc/qprint/Makefile new file mode 100644 index 00000000000..cf6ca42a1b2 --- /dev/null +++ b/textproc/qprint/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/08/30 08:30:00 simonb Exp $ +# + +DISTNAME= qprint-1.0 +CATEGORIES= textproc mail +MASTER_SITES= http://www.fourmilab.ch/webtools/qprint/ + +MAINTAINER= simonb@NetBSD.org +HOMEPAGE= http://www.fourmilab.ch/webtools/qprint/ +COMMENT= Encode and decode quoted-printable files + +USE_PKGLOCALEDIR= yes +GNU_CONFIGURE= yes +BUILD_TARGET= prog + +.include "../../mk/bsd.pkg.mk" |