Makefile 548 B

12345678910111213141516171819202122232425
  1. # $OpenBSD: Makefile,v 1.32 2017/04/24 01:46:06 jca Exp $
  2. # XXX should be fixed to use the new queuing subsystem
  3. COMMENT= curses-based real time state and rule display for pf
  4. DISTNAME= pftop-0.7
  5. REVISION= 16
  6. CATEGORIES= sysutils
  7. HOMEPAGE= http://www.eee.metu.edu.tr/~canacar/pftop/
  8. MAINTAINER= Can Erkin Acar <canacar@openbsd.org>
  9. # BSD
  10. PERMIT_PACKAGE_CDROM= Yes
  11. WANTLIB += c curses
  12. MASTER_SITES= http://www.eee.metu.edu.tr/~canacar/
  13. MAKE_FLAGS= CC="${CC}"
  14. FAKE_FLAGS= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
  15. .include <bsd.port.mk>