f57c5b1eb8
From: Yozo TODA <yozo@v007.vaio.ne.jp>, who also submitted the port.
24 lines
475 B
Makefile
24 lines
475 B
Makefile
# $OpenBSD: Makefile,v 1.2 2003/09/30 19:41: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
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
AUTOCONF_VERSION= 2.13
|
|
CONFIGURE_STYLE= autoconf
|
|
|
|
ALL_TARGET= prog
|
|
REGRESS_TARGET= wringer
|
|
|
|
.include <bsd.port.mk>
|