Edit

IABSD.fr/ports/sysutils/eventlog/Makefile

Branch :

  • Show log

    Commit

  • Author : espie
    Date : 2023-09-27 17:16:22
    Hash : f372f5ac
    Message : MASTER_SITES -> SITES

  • sysutils/eventlog/Makefile
  • COMMENT =	replacement for the syslog() API
    
    V =		0.2.12
    DISTNAME =	eventlog-${V}
    REVISION =	2
    CATEGORIES =	sysutils
    
    SHARED_LIBS =	evtlog	1.0
    
    HOMEPAGE =	http://www.balabit.com/products/syslog_ng/
    DISTFILES =	eventlog_${V}.tar.gz
    
    # BSD
    PERMIT_PACKAGE =		Yes
    
    SITES =		http://www.balabit.com/downloads/files/eventlog/0.2/
    
    WANTLIB =		c
    
    CONFIGURE_STYLE =	gnu
    
    post-install:
    	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/eventlog
    	${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/eventlog
    
    .include <bsd.port.mk>