summaryrefslogtreecommitdiff
path: root/textproc/qprint/Makefile
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>2005-08-30 08:30:00 +0000
committersimonb <simonb@pkgsrc.org>2005-08-30 08:30:00 +0000
commit65f92ecb51c9ba60fffcd166a0fd7ed90b540a7a (patch)
tree33de2af12bf35a5cb02befbaf9afa7892b501c09 /textproc/qprint/Makefile
parentc872dc10c0326de0ac2a69144488553368ef149e (diff)
downloadpkgsrc-65f92ecb51c9ba60fffcd166a0fd7ed90b540a7a.tar.gz
Initial import of qprint-1.0.
This package provides a filter that can encode and decode quoted-printable files.
Diffstat (limited to 'textproc/qprint/Makefile')
-rw-r--r--textproc/qprint/Makefile16
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"