summaryrefslogtreecommitdiff
path: root/databases/ipa_sdb/Makefile
blob: c4828f551f1b931b2d50476a4e594abfdccde98c (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
# Created by: Andrey Simonenko
# $FreeBSD$

PORTNAME=	ipa_sdb
PORTVERSION=	1.1.1
CATEGORIES=	databases
MASTER_SITES=	SF/ipa-system/modules/ipa_sdb

MAINTAINER=	simon@comsys.ntu-kpi.kiev.ua
COMMENT=	IPA simple database module

BUILD_DEPENDS=	${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa

USE_BZIP2=	yes
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes

NO_OPTIONS_SORT=	yes
OPTIONS_DEFINE=		AUTORULES RULES LIMITS THRESHOLDS
OPTIONS_DEFAULT=	AUTORULES RULES LIMITS THRESHOLDS
AUTORULES_DESC=		Enable dynamic rules support
RULES_DESC=		Enable static rules support
LIMITS_DESC=		Enable limits support
THRESHOLDS_DESC=	Enable thresholds support

AUTORULES_CONFIGURE_OFF=	--disable-autorules
RULES_CONFIGURE_OFF=		--disable-rules
LIMITS_CONFIGURE_OFF=		--disable-limits
THRESHOLDS_CONFIGURE_OFF=	--disable-thresholds

.include <bsd.port.mk>