Lines 6-14
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= osiris |
8 |
PORTNAME= osiris |
9 |
PORTVERSION= 4.1.8 |
9 |
PORTVERSION= 4.1.9 |
10 |
CATEGORIES= security |
10 |
CATEGORIES= security |
11 |
MASTER_SITES= http://osiris.shmoo.com/data/ \ |
11 |
MASTER_SITES= http://www.hostintegrity.com/osiris/data/ \ |
12 |
http://darkambient.net/ |
12 |
http://darkambient.net/ |
13 |
|
13 |
|
14 |
MAINTAINER= lx@redundancy.redundancy.org |
14 |
MAINTAINER= lx@redundancy.redundancy.org |
Lines 16-21
Link Here
|
16 |
|
16 |
|
17 |
OPTIONS= OSIRISMD "Enable to build the management daemon" off \ |
17 |
OPTIONS= OSIRISMD "Enable to build the management daemon" off \ |
18 |
OSIRISD "Enable to build the osirisd scan agent" on \ |
18 |
OSIRISD "Enable to build the osirisd scan agent" on \ |
|
|
19 |
PRINTDB "Build database print tool" off \ |
19 |
CLI "Enable to build the management CLI" off |
20 |
CLI "Enable to build the management CLI" off |
20 |
|
21 |
|
21 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
22 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |
Lines 43-54
Link Here
|
43 |
.else |
44 |
.else |
44 |
PLIST_SUB+= CLI="@comment " |
45 |
PLIST_SUB+= CLI="@comment " |
45 |
.endif |
46 |
.endif |
|
|
47 |
.if defined(WITH_PRINTDB) |
48 |
PLIST_SUB+= PRINTDB="" |
49 |
.else |
50 |
PLIST_SUB+= PRINTDB="@comment " |
51 |
.endif |
52 |
|
53 |
post-build: |
54 |
.if defined(WITH_PRINTDB) |
55 |
cd ${WRKSRC}/src/tools && ${MAKE} |
56 |
.endif |
46 |
|
57 |
|
47 |
do-install: |
58 |
do-install: |
48 |
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL |
59 |
${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL |
49 |
@${MKDIR} ${PREFIX}/osiris |
60 |
@${MKDIR} ${PREFIX}/osiris |
50 |
.if defined(WITH_CLI) |
61 |
.if defined(WITH_CLI) |
51 |
${INSTALL_PROGRAM} ${WRKSRC}/src/cli/osiris ${PREFIX}/sbin |
62 |
${INSTALL_PROGRAM} ${WRKSRC}/src/cli/osiris ${PREFIX}/sbin |
|
|
63 |
.endif |
64 |
.if defined(WITH_PRINTDB) |
65 |
${INSTALL_PROGRAM} ${WRKSRC}/src/tools/printdb ${PREFIX}/bin |
52 |
.endif |
66 |
.endif |
53 |
.if !defined(WITHOUT_OSIRISD) |
67 |
.if !defined(WITHOUT_OSIRISD) |
54 |
${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \ |
68 |
${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \ |