2013-09-20 18:13:47 +02:00
|
|
|
# Created by: Andrey Simonenko
|
2005-12-28 22:51:57 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ipa_sdb
|
2012-07-13 16:05:48 +02:00
|
|
|
PORTVERSION= 1.1.1
|
2015-08-20 15:15:13 +02:00
|
|
|
PORTREVISION= 3
|
2005-12-28 22:51:57 +01:00
|
|
|
CATEGORIES= databases
|
2010-12-05 00:05:31 +01:00
|
|
|
MASTER_SITES= SF/ipa-system/modules/ipa_sdb
|
2005-12-28 22:51:57 +01:00
|
|
|
|
2015-08-19 10:12:19 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-12-28 22:51:57 +01:00
|
|
|
COMMENT= IPA simple database module
|
|
|
|
|
2015-08-20 15:15:13 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:sysutils/ipa
|
2010-12-05 00:05:31 +01:00
|
|
|
|
2014-08-15 19:50:45 +02:00
|
|
|
USES= libtool tar:bzip2
|
2010-12-05 00:05:31 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-12-28 22:51:57 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2015-08-20 15:15:13 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2005-12-28 22:51:57 +01:00
|
|
|
|
2012-06-08 23:15:02 +02:00
|
|
|
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
|
2005-12-28 22:51:57 +01:00
|
|
|
|
2014-01-16 00:33:03 +01:00
|
|
|
AUTORULES_CONFIGURE_OFF= --disable-autorules
|
|
|
|
RULES_CONFIGURE_OFF= --disable-rules
|
|
|
|
LIMITS_CONFIGURE_OFF= --disable-limits
|
|
|
|
THRESHOLDS_CONFIGURE_OFF= --disable-thresholds
|
2005-12-28 22:51:57 +01:00
|
|
|
|
2014-01-16 00:33:03 +01:00
|
|
|
.include <bsd.port.mk>
|