espie e1010a3426 clang doesn't like duplicate declarations without extern, but this finds bugs!
no need to recompile a standard getopt, just use the appropriate post-configure
glue.

okay sthen@
2017-04-16 14:42:30 +00:00

25 lines
493 B
Makefile

# $OpenBSD: Makefile,v 1.10 2017/04/16 14:42:30 espie Exp $
COMMENT= converter to/from quoted-printable encoding
DISTNAME= qprint-1.1
CATEGORIES= converters
HOMEPAGE= http://www.fourmilab.ch/webtools/qprint/
REVISION = 0
# 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
# XXX misses configure test actually
CFLAGS += -DHAVE_GETOPT
.include <bsd.port.mk>