Lines 6-34
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= argus |
8 |
PORTNAME= argus |
9 |
PORTVERSION= 3.0.0 |
9 |
PORTVERSION= 3.0.2 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= net-mgmt security |
10 |
CATEGORIES= net-mgmt security |
12 |
MASTER_SITES= http://qosient.com/argus/src/ \ |
11 |
MASTER_SITES= http://qosient.com/argus/src/ \ |
13 |
ftp://qosient.com/pub/argus/src/ |
12 |
ftp://qosient.com/pub/argus/src/ |
14 |
|
13 |
|
15 |
MAINTAINER= ports@FreeBSD.org |
14 |
MAINTAINER= support@spectrum.ru |
16 |
COMMENT= A generic IP network transaction auditing tool |
15 |
COMMENT= A generic IP network transaction auditing tool |
17 |
|
16 |
|
18 |
#RUN_DEPENDS= ${LOCALBASE}/bin/ragrep:${PORTSDIR}/net-mgmt/argus3-clients |
|
|
19 |
|
20 |
OPTIONS+= SASL "SASL authentication support" on |
17 |
OPTIONS+= SASL "SASL authentication support" on |
21 |
|
18 |
|
22 |
.include <bsd.port.pre.mk> |
19 |
USE_RC_SUBR= argus |
23 |
|
20 |
|
24 |
.if defined(WITH_SASL) |
21 |
.include <bsd.port.pre.mk> |
25 |
PKGNAMESUFFIX= -sasl |
|
|
26 |
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 |
27 |
.endif |
28 |
|
22 |
|
29 |
USE_BISON= build |
23 |
USE_BISON= build |
30 |
GNU_CONFIGURE= true |
24 |
GNU_CONFIGURE= true |
|
|
25 |
|
31 |
.if defined(WITH_SASL) |
26 |
.if defined(WITH_SASL) |
|
|
27 |
PKGNAMESUFFIX= -sasl |
28 |
LIB_DEPENDS+= sasl2.2:${PORTSDIR}/security/cyrus-sasl2 |
32 |
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} |
29 |
CONFIGURE_ARGS+= --with-sasl=${LOCALBASE} |
33 |
.endif |
30 |
.endif |
34 |
|
31 |
|
Lines 40-46
Link Here
|
40 |
|
37 |
|
41 |
do-install: |
38 |
do-install: |
42 |
${INSTALL_PROGRAM} ${WRKSRC}/bin/argus ${PREFIX}/sbin/argus |
39 |
${INSTALL_PROGRAM} ${WRKSRC}/bin/argus ${PREFIX}/sbin/argus |
43 |
# ${INSTALL_SCRIPT} ${WRKSRC}/bin/argusbug ${PREFIX}/bin/argusbug |
40 |
${INSTALL_SCRIPT} ${WRKSRC}/bin/argusbug ${PREFIX}/bin/argusbug |
44 |
${MKDIR} ${EXAMPLESDIR}/Archive ${EXAMPLESDIR}/Config \ |
41 |
${MKDIR} ${EXAMPLESDIR}/Archive ${EXAMPLESDIR}/Config \ |
45 |
${EXAMPLESDIR}/Deployment ${EXAMPLESDIR}/Startup \ |
42 |
${EXAMPLESDIR}/Deployment ${EXAMPLESDIR}/Startup \ |
46 |
${EXAMPLESDIR}/System |
43 |
${EXAMPLESDIR}/System |
Lines 54-67
Link Here
|
54 |
.endfor |
51 |
.endfor |
55 |
.if !defined(NOPORTDOCS) |
52 |
.if !defined(NOPORTDOCS) |
56 |
${MKDIR} ${DOCSDIR}/ |
53 |
${MKDIR} ${DOCSDIR}/ |
57 |
.for i in FAQ HOW-TO |
54 |
.for i in README |
58 |
${INSTALL_DATA} ${WRKSRC}/doc/$i ${DOCSDIR}/ |
55 |
${INSTALL_DATA} ${WRKSRC}/doc/$i ${DOCSDIR}/ |
59 |
.endfor |
56 |
.endfor |
60 |
.endif |
57 |
.endif |
61 |
.if !defined(NOMAN) |
58 |
.if !defined(NOMAN) |
62 |
#.for i in ${MAN1} |
|
|
63 |
# ${INSTALL_DATA} ${WRKSRC}/man/man1/$i ${MANPREFIX}/man/man1 |
64 |
#.endfor |
65 |
.for i in ${MAN5} |
59 |
.for i in ${MAN5} |
66 |
${INSTALL_DATA} ${WRKSRC}/man/man5/$i ${MANPREFIX}/man/man5 |
60 |
${INSTALL_DATA} ${WRKSRC}/man/man5/$i ${MANPREFIX}/man/man5 |
67 |
.endfor |
61 |
.endfor |