26 lines
594 B
Makefile
26 lines
594 B
Makefile
# $OpenBSD: Makefile,v 1.22 2010/11/16 10:11:51 jasper Exp $
|
|
|
|
COMMENT= Prelude manager
|
|
|
|
DISTNAME= prelude-manager-0.9.15
|
|
REVISION= 1
|
|
|
|
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
|
|
|
|
MODULES= devel/gettext
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
USE_GROFF = Yes
|
|
|
|
LIB_DEPENDS= ::textproc/libxml \
|
|
::security/prelude/libpreludedb
|
|
|
|
# XXX check on update whether this is still necessary
|
|
post-extract:
|
|
${INSTALL} -m 555 ${FILESDIR}/libgnutls-config ${WRKDIR}/bin
|
|
|
|
.include <bsd.port.mk>
|