Update databases/p5-SQLite-Work to version 0.16
[dports.git] / databases / ipa_sdb / Makefile
1 # Created by: Andrey Simonenko
2 # $FreeBSD$
3
4 PORTNAME=       ipa_sdb
5 PORTVERSION=    1.1.1
6 PORTREVISION=   1
7 CATEGORIES=     databases
8 MASTER_SITES=   SF/ipa-system/modules/ipa_sdb
9
10 MAINTAINER=     simon@comsys.ntu-kpi.kiev.ua
11 COMMENT=        IPA simple database module
12
13 BUILD_DEPENDS=  ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
14
15 USES=           libtool tar:bzip2
16 USE_LDCONFIG=   yes
17 GNU_CONFIGURE=  yes
18
19 NO_OPTIONS_SORT=        yes
20 OPTIONS_DEFINE=         AUTORULES RULES LIMITS THRESHOLDS
21 OPTIONS_DEFAULT=        AUTORULES RULES LIMITS THRESHOLDS
22 AUTORULES_DESC=         Enable dynamic rules support
23 RULES_DESC=             Enable static rules support
24 LIMITS_DESC=            Enable limits support
25 THRESHOLDS_DESC=        Enable thresholds support
26
27 AUTORULES_CONFIGURE_OFF=        --disable-autorules
28 RULES_CONFIGURE_OFF=            --disable-rules
29 LIMITS_CONFIGURE_OFF=           --disable-limits
30 THRESHOLDS_CONFIGURE_OFF=       --disable-thresholds
31
32 .include <bsd.port.mk>