openbsd-ports/converters/qprint/Makefile

23 lines
434 B
Makefile
Raw Normal View History

2013-03-10 21:30:26 -04:00
# $OpenBSD: Makefile,v 1.7 2013/03/11 01:30:28 espie 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
2004-11-21 17:53:58 -05:00
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}
AUTOCONF_VERSION= 2.13
CONFIGURE_STYLE= autoconf no-autoheader
2010-10-18 13:06:05 -04:00
USE_GROFF = Yes
ALL_TARGET= prog
2013-03-10 21:30:26 -04:00
TEST_TARGET= wringer
.include <bsd.port.mk>