23 lines
487 B
Makefile
23 lines
487 B
Makefile
# $OpenBSD: Makefile,v 1.29 2011/11/04 08:43:32 jasper Exp $
|
|
|
|
COMMENT= Prelude manager
|
|
|
|
DISTNAME= prelude-manager-0.9.15
|
|
REVISION= 7
|
|
|
|
MASTER_SITES= http://www.prelude-ids.com/download/releases/prelude-manager/
|
|
|
|
WANTLIB += c gcrypt gnutls gpg-error m prelude preludedb pthread tasn1 z
|
|
WANTLIB += xml2 preludedb gmp hogweed nettle p11-kit
|
|
|
|
MODULES= devel/gettext
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
USE_GROFF = Yes
|
|
|
|
LIB_DEPENDS= textproc/libxml \
|
|
security/prelude/libpreludedb
|
|
|
|
.include <bsd.port.mk>
|