Index: head/security/bsmtrace/Makefile =================================================================== --- head/security/bsmtrace/Makefile (revision 446458) +++ head/security/bsmtrace/Makefile (revision 446459) @@ -1,41 +1,42 @@ # Created by: alm # $FreeBSD$ PORTNAME= bsmtrace PORTVERSION= 1.4 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= LOCAL/csjp MAINTAINER= alm@FreeBSD.org COMMENT= BSM based intrusion detection system +LICENSE= BSD2CLAUSE + SUB_FILES= pkg-message MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= PCRE EXAMPLES -.include +PCRE_LIB_DEPENDS= libpcre.so:devel/pcre +PCRE_MAKE_ENV= PCRE=1 +PCRE_USES= localbase +PCRE_LIBS= -lpcre -.if ${PORT_OPTIONS:MPCRE} -LIB_DEPENDS= libpcre.so:devel/pcre -MAKE_ENV+= PCRE=1 -CFLAGS+= -I${LOCALBASE}/include -LIBS+= -L${LOCALBASE}/lib -lpcre -.endif - pre-build: ${REINPLACE_CMD} -e \ 's,/etc/bsmtrace.conf,${PREFIX}/etc/bsmtrace.conf,' \ ${WRKSRC}/config.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.conf.5 \ ${STAGEDIR}${MAN5PREFIX}/man/man5 + +do-install-EXAMPLES-on: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.conf ${STAGEDIR}${EXAMPLESDIR} .include Index: head/security/bsmtrace/pkg-descr =================================================================== --- head/security/bsmtrace/pkg-descr (revision 446458) +++ head/security/bsmtrace/pkg-descr (revision 446459) @@ -1,6 +1,6 @@ bsmtrace is a BSM based intrusion detection system, utilizing audit trails and real-time audit event analysis through auditpipe(4). This host based IDS operates using a finite state machine principles with a flexible sequence driven signature system. -WWW: http://people.freebsd.org/~csjp/bsmtrace/bsmtrace.txt +WWW: https://people.freebsd.org/~csjp/bsmtrace/bsmtrace.txt