Makefile 471 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.2 2016/01/11 09:35:45 ajacoutot Exp $
  2. COMMENT = convert Texinfo data to mdoc input
  3. DISTNAME = texi2mdoc-0.1.2
  4. REVISION = 0
  5. CATEGORIES = textproc
  6. HOMEPAGE = http://mdocml.bsd.lv/texi2mdoc/
  7. MAINTAINER = Anthony J. Bentley <anthony@anjbe.name>
  8. # ISC
  9. PERMIT_PACKAGE_CDROM = Yes
  10. WANTLIB += c
  11. MASTER_SITES = http://mdocml.bsd.lv/texi2mdoc/snapshots/
  12. EXTRACT_SUFX = .tgz
  13. MAKE_FLAGS = CC="${CC}"
  14. NO_TEST = Yes
  15. .include <bsd.port.mk>