1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net-mgmt/ng_ipacct/Makefile
Mark Linimon 2f2a2d2860 These ports now build on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2019-04-15 05:55:23 +00:00

42 lines
1.1 KiB
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= ng_ipacct
PORTVERSION= 20180401
CATEGORIES= net-mgmt
MAINTAINER= vsevolod@FreeBSD.org
COMMENT= Netgraph IP accounting
LICENSE= BSD2CLAUSE
BROKEN_armv6= fails to build: ng_ipacct_hash.h:52:2: implicit declaration of function 'MALLOC' is invalid in C99
BROKEN_armv7= fails to build: ng_ipacct_hash.h:52:2: implicit declaration of function 'MALLOC' is invalid in C99
USE_GITHUB= yes
USES= kmod uidfix
GH_ACCOUNT= vstakhov
MAKE_ARGS+= OSVERSION=${OSVERSION}
MAKE_ENV+= BINDIR="${PREFIX}/sbin"
USE_RC_SUBR= ng_ipacct
SUB_FILES= pkg-message
CFLAGS+= -DMEM_USE_ZONE
post-patch:
@${REINPLACE_CMD} 's,{MANDIR},{DESTDIR}$$&,' ${WRKSRC}/man_ru/Makefile
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/netgraph
${INSTALL_DATA} ${WRKSRC}/ng_ipacct/ng_ipacct.h ${STAGEDIR}${PREFIX}/include/netgraph
${INSTALL_DATA} ${FILESDIR}/ng_ipacct.conf \
${STAGEDIR}${PREFIX}/etc/ng_ipacct.conf.sample
OPTIONS_DEFINE= VIMAGE
VIMAGE_DESC= VIMAGE virtual networking support
VIMAGE_CFLAGS= -DVIMAGE
.include <bsd.port.mk>