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

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

1.1       yason       1: # $OpenBSD$
1.2     ! yason       2: USE_SYSTRACE=Yes
        !             3: # check path to classifications.conf
        !             4: # add rules file
1.1       yason       5:
                      6: COMMENT =              event log monitoring system
                      7:
1.2     ! yason       8: DISTNAME =             sagan-0.2.0
1.1       yason       9:
                     10: CATEGORIES =           security
                     11:
1.2     ! yason      12: HOMEPAGE =             http://sagan.quadrantsec.com/
1.1       yason      13:
1.2     ! yason      14: MAINTAINER =           Kirill Bychkov <yason@linklevel.net>
1.1       yason      15:
                     16: # GPLv2
                     17: PERMIT_PACKAGE_CDROM = Yes
                     18: PERMIT_PACKAGE_FTP =   Yes
                     19: PERMIT_DISTFILES_CDROM =Yes
                     20: PERMIT_DISTFILES_FTP = Yes
                     21:
1.2     ! yason      22: WANTLIB =              c m pcap pcre pthread
1.1       yason      23:
                     24: MASTER_SITES =         ${HOMEPAGE}/download/
                     25:
                     26: #MODULES =             ???
                     27: #BUILD_DEPENDS =       ???
                     28: #RUN_DEPENDS =         ???
                     29: LIB_DEPENDS =          devel/pcre
                     30:
                     31: CONFIGURE_STYLE =      gnu
1.2     ! yason      32: CONFIGURE_ARGS +=      --disable-esmtp \
        !            33:                        --disable-lognorm \
        !            34:                        --disable-postgresql \
        !            35:                        --disable-mysql \
        !            36:                        --disable-prelude \
        !            37:                        --disable-libdnet
        !            38: CONFIGURE_ENV +=       CPPFLAGS=-I${LOCALBASE}/include \
1.1       yason      39:                        LDFLAGS=-L${LOCALBASE}/lib
                     40:
                     41: NO_REGRESS =           Yes
                     42:
                     43: post-install:
                     44:        ${INSTALL_DATA_DIR} ${PREFIX}/share/sagan/
                     45:        $(INSTALL_DATA) ${WRKSRC}/etc/sagan.conf ${PREFIX}/share/sagan/sagan.conf"
                     46:
                     47: .include <bsd.port.mk>

CVSweb