freebsd-ports/databases/ipa_sdb/Makefile
Dmitry Marakasov 59f7a715f3 - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-08-15 17:50:45 +00:00

32 lines
861 B
Makefile

# Created by: Andrey Simonenko
# $FreeBSD$
PORTNAME= ipa_sdb
PORTVERSION= 1.1.1
PORTREVISION= 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
USES= libtool tar:bzip2
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>