aboutsummaryrefslogtreecommitdiff
path: root/net/userfw/Makefile
blob: 00fabe458beb1eb7386e9b221ea5de4469db2c59 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:   userfw
# Date created:        10 Mar 2012
# Whom:                Maxim Ignatenko
#
# $FreeBSD$
#

PORTNAME=	userfw
PORTVERSION=	0.1.2
CATEGORIES=	net kld
MASTER_SITES=	http://userfw.net/files/release/ \
		http://imax.in.ua/files/ \
		http://projects.ukrweb.net/files/ \
		https://github.com/downloads/gelraen/userfw/

MAINTAINER=	gelraen.ua@gmail.com
COMMENT=	Modular packet filter

LICENSE=	BSD

USE_XZ=		yes
USE_CMAKE=	yes
USE_LDCONFIG=	yes
CMAKE_OUTSOURCE=	yes

KMODDIR?=	/boot/modules
PLIST_SUB+=	KMODDIR=${KMODDIR}

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 800000
BROKEN=		does not compile on FreeBSD 7.x
.endif

.if !exists(${SRC_BASE}/sys/sys/module.h)
IGNORE=		requires kernel source files
.endif

.if ${ARCH} == "powerpc"
BROKEN=		Does not compile on powerpc
.endif

CMAKE_ARGS+=	-DDOMAIN_STUB:BOOL=OFF
CMAKE_ARGS+=	-DOPCODE_VERIFICATION:BOOL=OFF

.include <bsd.port.post.mk>