blob: a216e0a21304dd66e3e7a57ce6d1dd8afff8b88a (
plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
PORTNAME= nss_ndb
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.23
CATEGORIES= sysutils security
MAINTAINER= pen@lysator.liu.se
COMMENT= BerkeleyDB-based nsswitch backend for passwd & groups
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= CFG VAR REALM WRKGRP
CFG_DESC= Enable configuration file
CFG_CONFIGURE_ON= --with-config-file
CFG_PLIST_FILES+= etc/nss_ndb.conf
VAR_DESC= Enable configuration variable
VAR_CONFIGURE_ON= --with-config-var
REALM_DESC= Enable realm stripping
REALM_CONFIGURE_ON= --with-realm
WRKGRP_DESC= Enable workgroup stripping
WRKGRP_CONFIGURE_ON= --with-workgroup
OPTIONS_SINGLE= BDB
OPTIONS_SINGLE_BDB= DB0 DB5 DB4
OPTIONS_DEFAULT= DB0
DB0_DESC= Use old libc version of Berkeley DB
DB0_CONFIGURE_ON= --without-db
DB5_DESC= Build with Berkeley DB v5 library
DB5_USES+= localbase
DB5_USE_LDCONFIG+= yes
DB5_LIB_DEPENDS= libdb-5.so:databases/db5
DB5_CONFIGURE_ON= --with-db=5
DB4_DESC= Build with Berkeley DB v4.8 library
DB4_USES+= localbase
DB4_USE_LDCONFIG+= yes
DB4_LIB_DEPENDS= libdb-4.8.so:databases/db48
DB4_CONFIGURE_ON= --with-db=4
USES= compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= ptrrkssn
GNU_CONFIGURE= yes
PLIST_FILES= lib/nss_ndb.so.1 \
lib/nss_ndb.so.1.0.23 \
sbin/makendb sbin/nsstest \
man/man5/nss_ndb.conf.5.gz \
man/man8/makendb.8.gz \
man/man8/nsstest.8.gz \
man/man8/nss_ndb.8.gz \
share/examples/nss_ndb/ndbsync \
share/examples/nss_ndb/nss_ndb.conf \
.include <bsd.port.mk>
|