Makefile 601 B

123456789101112131415161718192021222324252627282930313233
  1. # $OpenBSD: Makefile,v 1.10 2017/04/29 20:54:53 jung Exp $
  2. COMMENT= count lines of code
  3. V= 1.72
  4. DISTNAME= cloc-${V}
  5. CATEGORIES= textproc devel
  6. HOMEPAGE= http://cloc.sourceforge.net/
  7. MAINTAINER= Joerg Jung <jung@openbsd.org>
  8. # GPLv2+
  9. PERMIT_PACKAGE_CDROM= Yes
  10. MASTER_SITES= https://github.com/AlDanial/cloc/releases/download/v${V}/
  11. NO_BUILD= Yes
  12. PKG_ARCH= *
  13. RUN_DEPENDS= devel/p5-Algorithm-Diff textproc/p5-Regexp-Common
  14. BUILD_DEPENDS+= ${RUN_DEPENDS}
  15. FAKE_FLAGS= prefix="${PREFIX}" \
  16. man_prefix="${PREFIX}"
  17. USE_GMAKE= Yes
  18. WRKBUILD= ${WRKSRC}/Unix
  19. .include <bsd.port.mk>