pkgsrc/textproc/qprint/Makefile
simonb cea72e379e Initial import of qprint-1.0.
This package provides a filter that can encode and decode
quoted-printable files.
2005-08-30 08:30:00 +00:00

16 lines
401 B
Makefile

# $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"