Lines 1-8
Link Here
|
1 |
# $FreeBSD$ |
1 |
# $FreeBSD$ |
2 |
|
2 |
|
3 |
PORTNAME= yadifa |
3 |
PORTNAME= yadifa |
4 |
DISTVERSION= 2.4.1 |
4 |
DISTVERSION= 2.4.2 |
5 |
DISTVERSIONSUFFIX= -9916 |
5 |
DISTVERSIONSUFFIX= -9997 |
6 |
CATEGORIES= dns |
6 |
CATEGORIES= dns |
7 |
MASTER_SITES= https://www.yadifa.eu/sites/default/files/releases/ \ |
7 |
MASTER_SITES= https://www.yadifa.eu/sites/default/files/releases/ \ |
8 |
https://dns.company/downloads/yadifa/ |
8 |
https://dns.company/downloads/yadifa/ |
Lines 16-21
Link Here
|
16 |
USES= compiler:c11 libtool ssl |
16 |
USES= compiler:c11 libtool ssl |
17 |
USE_RC_SUBR= ${PORTNAME}d |
17 |
USE_RC_SUBR= ${PORTNAME}d |
18 |
|
18 |
|
|
|
19 |
USERS= yadifa |
20 |
GROUPS= yadifa |
21 |
SUB_LIST+= USERS="${USERS}" GROUPS="${GROUPS}" |
22 |
|
19 |
GNU_CONFIGURE= yes |
23 |
GNU_CONFIGURE= yes |
20 |
CONFIGURE_ARGS= --localstatedir=/var |
24 |
CONFIGURE_ARGS= --localstatedir=/var |
21 |
|
25 |
|
Lines 40-47
Link Here
|
40 |
ZONESIGN_DESC= Zonesign tool |
44 |
ZONESIGN_DESC= Zonesign tool |
41 |
|
45 |
|
42 |
CTRL_CONFIGURE_OFF= --disable-ctrl |
46 |
CTRL_CONFIGURE_OFF= --disable-ctrl |
|
|
47 |
DNSSECTOOLS_OFF= --disable-dnssec-tools |
43 |
DDNS_CONFIGURE_OFF= --disable-dynupdate |
48 |
DDNS_CONFIGURE_OFF= --disable-dynupdate |
44 |
ECDSA_CONFIGURE_OFF= --disable-ecdsa |
49 |
ECDSA_CONFIGURE_OFF= --disable-ecdsa |
|
|
50 |
KEYGEN_ENABLE= keygen |
45 |
LARGEFILE_CONFIGURE_OFF= --disable-largefile |
51 |
LARGEFILE_CONFIGURE_OFF= --disable-largefile |
46 |
MASTER_CONFIGURE_OFF= --disable-master |
52 |
MASTER_CONFIGURE_OFF= --disable-master |
47 |
NSID_CONFIGURE_OFF= --disable-nsid |
53 |
NSID_CONFIGURE_OFF= --disable-nsid |
Lines 48-55
Link Here
|
48 |
RRL_CONFIGURE_OFF= --disable-rrl |
54 |
RRL_CONFIGURE_OFF= --disable-rrl |
49 |
RRSIG_CONFIGURE_OFF= --disable-rrsig-management |
55 |
RRSIG_CONFIGURE_OFF= --disable-rrsig-management |
50 |
TCL_USES= tcl |
56 |
TCL_USES= tcl |
51 |
DNSSECTOOLS_OFF= --disable-dnssec-tools |
|
|
52 |
KEYGEN_ENABLE= keygen |
53 |
ZONESIGN_ENABLE= zonesign |
57 |
ZONESIGN_ENABLE= zonesign |
54 |
|
58 |
|
55 |
post-configure: |
59 |
post-configure: |