Makefile 493 B

12345678910111213141516171819202122232425
  1. # $OpenBSD: Makefile,v 1.10 2017/04/16 14:42:30 espie Exp $
  2. COMMENT= converter to/from quoted-printable encoding
  3. DISTNAME= qprint-1.1
  4. CATEGORIES= converters
  5. HOMEPAGE= http://www.fourmilab.ch/webtools/qprint/
  6. REVISION = 0
  7. # public domain
  8. PERMIT_PACKAGE_CDROM= Yes
  9. WANTLIB= c
  10. MASTER_SITES= ${HOMEPAGE}
  11. AUTOCONF_VERSION= 2.13
  12. CONFIGURE_STYLE= autoconf no-autoheader
  13. ALL_TARGET= prog
  14. TEST_TARGET= wringer
  15. # XXX misses configure test actually
  16. CFLAGS += -DHAVE_GETOPT
  17. .include <bsd.port.mk>