f50fdd748e
If we need to make an exception we can do it and properly document the reason but by default we should just use the default login class. rc.d uses daemon or the login class provided in login.conf.d so this has no impact there. discussed with sthen@, tb@ and robert@ praying that my grep/sed skills did not break anything and still believing in portbump :-)
25 lines
466 B
Makefile
25 lines
466 B
Makefile
COMMENT= network statistics gatherer with graphs
|
|
|
|
PORTROACH= site:https://github.com/emikulic/darkstat/archive/
|
|
|
|
DISTNAME= darkstat-3.0.719
|
|
CATEGORIES= net www
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
REVISION= 3
|
|
|
|
HOMEPAGE= https://unix4lyfe.org/darkstat/
|
|
|
|
# GPLv2 and BSD
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c pcap z
|
|
|
|
CONFIGURE_STYLE= autoconf
|
|
AUTOCONF_VERSION= 2.69
|
|
CONFIGURE_ARGS= --with-privdrop-user=_darkstat
|
|
|
|
NO_TEST= Yes
|
|
|
|
.include <bsd.port.mk>
|