openbsd-ports/converters/qprint/Makefile
2007-09-16 01:40:27 +00:00

25 lines
501 B
Makefile

# $OpenBSD: Makefile,v 1.5 2007/09/16 01:40:28 merdely Exp $
COMMENT= converter to/from quoted-printable encoding
DISTNAME= qprint-1.0
CATEGORIES= converters
HOMEPAGE= http://www.fourmilab.ch/webtools/qprint/
# public domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf no-autoheader
ALL_TARGET= prog
REGRESS_TARGET= wringer
.include <bsd.port.mk>