22 lines
418 B
Makefile
22 lines
418 B
Makefile
# $OpenBSD: Makefile,v 1.8 2014/12/05 12:50:09 naddy 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
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
AUTOCONF_VERSION= 2.13
|
|
CONFIGURE_STYLE= autoconf no-autoheader
|
|
|
|
ALL_TARGET= prog
|
|
TEST_TARGET= wringer
|
|
|
|
.include <bsd.port.mk>
|