diff options
author | sergei <sergei@FreeBSD.org> | 2005-10-19 00:19:42 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-10-19 00:19:42 +0800 |
commit | 8563fd9f104628d775686bbce206ea9b13c75b76 (patch) | |
tree | ba3cab812741e9757be14d10d464fc2811fdaa04 /security/prelude-lml/Makefile | |
parent | 4b76abde9369b268bf3e8eb2064fb50f8b83528c (diff) | |
download | freebsd-ports-graphics-8563fd9f104628d775686bbce206ea9b13c75b76.tar.gz freebsd-ports-graphics-8563fd9f104628d775686bbce206ea9b13c75b76.tar.zst freebsd-ports-graphics-8563fd9f104628d775686bbce206ea9b13c75b76.zip |
- Update to 0.9.0
- Chase libprelude version bump
- Convert to USE_AUTOTOOLS, use libtool 1.5
Diffstat (limited to 'security/prelude-lml/Makefile')
-rw-r--r-- | security/prelude-lml/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/security/prelude-lml/Makefile b/security/prelude-lml/Makefile index e510d72e40b..06c943bf7db 100644 --- a/security/prelude-lml/Makefile +++ b/security/prelude-lml/Makefile @@ -5,19 +5,20 @@ # $FreeBSD$ PORTNAME= prelude-lml -PORTVERSION= 0.8.6 -PORTREVISION= 2 +PORTVERSION= 0.9.0 CATEGORIES= security MASTER_SITES= http://www.prelude-ids.org/download/releases/ MAINTAINER= sergei@FreeBSD.org COMMENT= Prelude Network Intrusion Detection System Log Monitoring Lackey -LIB_DEPENDS+= prelude.1:${PORTSDIR}/security/libprelude \ +LIB_DEPENDS+= prelude.2:${PORTSDIR}/security/libprelude \ pcre.0:${PORTSDIR}/devel/pcre -USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_GPG= yes +SIG_SUFFIX= .sig +USE_GMAKE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc |