2005-12-28 22:51:57 +01:00
|
|
|
# New ports collection makefile for: ipa_sdb
|
|
|
|
# Date created: 27 December 2005
|
|
|
|
# Whom: Andrey Simonenko
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ipa_sdb
|
2011-02-12 19:00:58 +01:00
|
|
|
PORTVERSION= 1.1
|
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
|
|
|
|
|
|
|
MAINTAINER= simon@comsys.ntu-kpi.kiev.ua
|
|
|
|
COMMENT= IPA simple database module
|
|
|
|
|
2010-12-05 00:05:31 +01:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa
|
|
|
|
|
2005-12-28 22:51:57 +01:00
|
|
|
USE_BZIP2= yes
|
2010-12-05 00:05:31 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-12-28 22:51:57 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
OPTIONS= AUTORULES "Enable dynamic rules support" on \
|
|
|
|
RULES "Enable static rules support" on \
|
|
|
|
LIMITS "Enable limits support" on \
|
2010-12-05 00:05:31 +01:00
|
|
|
THRESHOLDS "Enable thresholds support" on
|
2005-12-28 22:51:57 +01:00
|
|
|
|
2011-02-12 19:00:58 +01:00
|
|
|
.include <bsd.port.options.mk>
|
2005-12-28 22:51:57 +01:00
|
|
|
|
2010-12-05 00:05:31 +01:00
|
|
|
.if defined(WITHOUT_AUTORULES)
|
2011-02-12 19:00:58 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-autorules
|
2005-12-28 22:51:57 +01:00
|
|
|
.endif
|
|
|
|
|
2010-12-05 00:05:31 +01:00
|
|
|
.if defined(WITHOUT_RULES)
|
2011-02-12 19:00:58 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-rules
|
2005-12-28 22:51:57 +01:00
|
|
|
.endif
|
|
|
|
|
2010-12-05 00:05:31 +01:00
|
|
|
.if defined(WITHOUT_LIMITS)
|
2011-02-12 19:00:58 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-limits
|
2005-12-28 22:51:57 +01:00
|
|
|
.endif
|
|
|
|
|
2010-12-05 00:05:31 +01:00
|
|
|
.if defined(WITHOUT_THRESHOLDS)
|
2011-02-12 19:00:58 +01:00
|
|
|
CONFIGURE_ARGS+= --disable-thresholds
|
2005-12-28 22:51:57 +01:00
|
|
|
.endif
|
|
|
|
|
2011-02-12 19:00:58 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
PLIST_FILES= bin/ipa_sdb_dump include/ipa_sdb.h include/ipa_sdb_config.h \
|
|
|
|
lib/ipa_db_sdb.so lib/ipa_st_sdb.so \
|
|
|
|
lib/ipa_db_sdb.la lib/ipa_st_sdb.la
|
|
|
|
|
2005-12-28 22:51:57 +01:00
|
|
|
MAN5= ipa_sdb.5
|
|
|
|
MAN8= ipa_db_sdb.8 ipa_st_sdb.8 ipa_sdb_dump.8
|
2010-12-05 00:05:31 +01:00
|
|
|
MANLANG= "" ru.KOI8-R
|
2005-12-28 22:51:57 +01:00
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|