Makefile 554 B

12345678910111213141516171819202122232425262728
  1. # $OpenBSD: Makefile,v 1.14 2017/03/27 23:46:55 danj Exp $
  2. COMMENT = fast C implementation of Markdown
  3. DISTNAME = discount-2.2.2
  4. CATEGORIES = textproc
  5. HOMEPAGE = http://www.pell.portland.or.us/~orc/Code/markdown/
  6. # BSD
  7. PERMIT_PACKAGE_CDROM = Yes
  8. WANTLIB += c
  9. MASTER_SITES = http://www.pell.portland.or.us/~orc/Code/discount/
  10. EXTRACT_SUFX = .tar.bz2
  11. CONFIGURE_STYLE = simple
  12. CONFIGURE_SCRIPT = configure.sh
  13. INSTALL_TARGET = install.everything
  14. pre-configure:
  15. @sed -i 's,\./markdown,\./discount,' ${WRKSRC}/tests/*
  16. .include <bsd.port.mk>