Makefile 730 B

123456789101112131415161718192021222324252627282930313233
  1. # $OpenBSD: Makefile,v 1.18 2016/03/11 19:59:16 naddy Exp $
  2. COMMENT = high level firewall language
  3. DISTNAME = hlfl-0.60.1
  4. REVISION = 0
  5. CATEGORIES = security lang
  6. HOMEPAGE = https://www.cusae.com/hlfl/
  7. MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
  8. # GPLv2
  9. PERMIT_PACKAGE_CDROM = Yes
  10. WANTLIB = c
  11. MASTER_SITES = ftp://ftp.cusae.com/pub/hlfl/
  12. FAKE_FLAGS = prefix=${PREFIX} \
  13. datadir=${PREFIX}/share/examples/hlfl \
  14. mandir=${PREFIX}/man
  15. CONFIGURE_STYLE = gnu
  16. NO_TEST = Yes
  17. pre-install:
  18. @perl -pi -e 's#\$${prefix}\/share\/hlfl\/services\.hlfl#${SYSCONFDIR}/services.hlfl#' ${WRKSRC}/doc/hlfl.1
  19. @perl -pi -e 's#\$${prefix}\/share#${PREFIX}/share/examples#' ${WRKSRC}/doc/hlfl.1
  20. .include <bsd.port.mk>