[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / security / sagan

File: [local] / ports / security / sagan / Makefile (download)

Revision 1.3, Tue Sep 3 15:13:59 2013 UTC (10 years, 8 months ago) by kirby
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +3 -15 lines

polish and sync

# $OpenBSD$

COMMENT =		event log monitoring system

DISTNAME =		sagan-0.3.0

CATEGORIES =		security

HOMEPAGE =		http://sagan.quadrantsec.com/

MAINTAINER =		Kirill Bychkov <kirby@openbsd.org>

# GPLv2
PERMIT_PACKAGE_CDROM =	Yes

WANTLIB =		c m pcap pcre pthread

MASTER_SITES =		http://sagan.quadrantsec.com/download/

#BUILD_DEPENDS =	???
#RUN_DEPENDS =		???
LIB_DEPENDS =		devel/pcre

CONFIGURE_STYLE =	gnu
CONFIGURE_ARGS += 	--disable-esmtp \
			--disable-lognorm \
			--disable-libdnet
CONFIGURE_ENV += 	CPPFLAGS=-I${LOCALBASE}/include \
			LDFLAGS=-L${LOCALBASE}/lib

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/sagan/
	$(INSTALL_DATA) ${WRKSRC}/etc/sagan.conf ${PREFIX}/share/sagan/sagan.conf"

.include <bsd.port.mk>