openbsd-ports/net/cnupm/Makefile
ajacoutot e128a0bf97 Put these users in the daemon class to be consistent with all the other
ones in ports.

discussed with and ok sthen@
2012-01-26 08:03:56 +00:00

36 lines
653 B
Makefile

# $OpenBSD: Makefile,v 1.17 2012/01/26 08:03:57 ajacoutot Exp $
COMMENT= IPv4/IPv6 traffic collector
DISTNAME= cnupm-3.11
REVISION= 3
CATEGORIES= net
HOMEPAGE= http://pdp-11.org.ru/~form/cnupm
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/files/
MAKE_ENV= BINDIR=${TRUEPREFIX}/sbin MANDIR=${TRUEPREFIX}/man/man
CFLAGS+= -DCNUPM_USER=\"_cnupm\"
FLAVORS= static
FLAVOR?=
.if ${FLAVOR:Mstatic}
LDSTATIC= -static
MAKE_ENV+= LDSTATIC=${LDSTATIC}
.else
WANTLIB= c pcap
.endif
post-extract:
@rm ${WRKSRC}/include/sys/tree.h
.include <bsd.port.mk>