rpe 9a8b5ccd06 Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d
daemon scripts and bump subpackages that contain the *.rc scripts.

discussed with and OK aja@
OK tb
2018-01-11 19:27:01 +00:00

35 lines
588 B
Makefile

# $OpenBSD: Makefile,v 1.23 2018/01/11 19:27:04 rpe Exp $
COMMENT= IPv4/IPv6 traffic collector
DISTNAME= cnupm-3.12
CATEGORIES= net
REVISION= 2
HOMEPAGE= http://pdp-11.org.ru/~form/cnupm
# BSD
PERMIT_PACKAGE_CDROM= 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
NO_TEST= Yes
post-extract:
@rm ${WRKSRC}/include/sys/tree.h
.include <bsd.port.mk>