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

Annotation of ports/security/sagan/Makefile, Revision 1.3

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              event log monitoring system
                      4:
1.3     ! kirby       5: DISTNAME =             sagan-0.3.0
1.1       yason       6:
                      7: CATEGORIES =           security
                      8:
1.2       yason       9: HOMEPAGE =             http://sagan.quadrantsec.com/
1.1       yason      10:
1.3     ! kirby      11: MAINTAINER =           Kirill Bychkov <kirby@openbsd.org>
1.1       yason      12:
                     13: # GPLv2
                     14: PERMIT_PACKAGE_CDROM = Yes
                     15:
1.2       yason      16: WANTLIB =              c m pcap pcre pthread
1.1       yason      17:
1.3     ! kirby      18: MASTER_SITES =         http://sagan.quadrantsec.com/download/
1.1       yason      19:
                     20: #BUILD_DEPENDS =       ???
                     21: #RUN_DEPENDS =         ???
                     22: LIB_DEPENDS =          devel/pcre
                     23:
                     24: CONFIGURE_STYLE =      gnu
1.2       yason      25: CONFIGURE_ARGS +=      --disable-esmtp \
                     26:                        --disable-lognorm \
                     27:                        --disable-libdnet
                     28: CONFIGURE_ENV +=       CPPFLAGS=-I${LOCALBASE}/include \
1.1       yason      29:                        LDFLAGS=-L${LOCALBASE}/lib
                     30:
                     31: post-install:
                     32:        ${INSTALL_DATA_DIR} ${PREFIX}/share/sagan/
                     33:        $(INSTALL_DATA) ${WRKSRC}/etc/sagan.conf ${PREFIX}/share/sagan/sagan.conf"
                     34:
                     35: .include <bsd.port.mk>

CVSweb