summaryrefslogtreecommitdiff
path: root/security/osiris/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/osiris/Makefile')
-rw-r--r--security/osiris/Makefile69
1 files changed, 0 insertions, 69 deletions
diff --git a/security/osiris/Makefile b/security/osiris/Makefile
deleted file mode 100644
index a8c02f488def..000000000000
--- a/security/osiris/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= osiris
-PORTVERSION= 4.2.3
-PORTREVISION= 4
-CATEGORIES= security
-MASTER_SITES= http://osiris.shmoo.com/data/ \
- http://redundancy.redundancy.org/mirror/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Shmoo client/server host integrity checker
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-BROKEN_FreeBSD_12= undefined symbol: SHA_Init
-BROKEN_FreeBSD_13= undefined symbol: SHA_Init
-
-GNU_CONFIGURE= yes
-USES= readline ssl
-
-OPTIONS_DEFINE= OSIRISMD OSIRISD PRINTDB CLI
-OPTIONS_DEFAULT= OSIRISD
-OPTIONS_SUB= yes
-
-OSIRISMD_DESC= Management daemon
-OSIRISD_DESC= Scan agent
-PRINTDB_DESC= Database print tool
-CLI_DESC= Management CLI
-
-post-build-PRINTDB-on:
- cd ${WRKSRC}/src/tools && ${MAKE_CMD}
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/osiris
-
-do-install-CLI-on:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/cli/osiris ${STAGEDIR}${PREFIX}/sbin
-
-do-install-PRINTDB-on:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/tools/printdb ${STAGEDIR}${PREFIX}/bin
-
-do-install-OSIRISD-on:
- ${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \
- -e 's|@OSIRISDIR@|${PREFIX}/osiris|g' \
- ${WRKSRC}/src/install/freebsd/osirisd.in > \
- ${WRKSRC}/src/install/freebsd/osirisd.sh
- ${INSTALL_PROGRAM} ${WRKSRC}/src/osirisd/osirisd ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_SCRIPT} ${WRKSRC}/src/install/freebsd/osirisd.sh \
- ${STAGEDIR}${PREFIX}/etc/rc.d
-
-do-install-OSIRISMD-on:
- ${SED} -e 's|@INSTALLDIR@|${PREFIX}/sbin|g' \
- -e 's|@OSIRISDIR@|${PREFIX}/osiris|g' \
- ${WRKSRC}/src/install/freebsd/osirismd.in > \
- ${WRKSRC}/src/install/freebsd/osirismd.sh
- @${MKDIR} ${STAGEDIR}${PREFIX}/osiris/configs
-.for os in aix bsdos darwin freebsd irix linux netbsd openbsd sunos \
- unix-generic windows2000 windowsnt windowsserver2003 windowsxp \
- wrt54g
- ${INSTALL_DATA} ${WRKSRC}/src/configs/default.${os} \
- ${STAGEDIR}${PREFIX}/osiris/configs
-.endfor
- ${INSTALL_PROGRAM} -m 4755 ${WRKSRC}/src/osirismd/osirismd \
- ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_SCRIPT} ${WRKSRC}/src/install/freebsd/osirismd.sh \
- ${STAGEDIR}${PREFIX}/etc/rc.d
-
-.include <bsd.port.mk>