openbsd-ports/sysutils/eventlog/Makefile

33 lines
688 B
Makefile
Raw Normal View History

2012-05-16 03:47:21 -04:00
# $OpenBSD: Makefile,v 1.5 2012/05/16 07:47:21 ajacoutot Exp $
2012-05-16 03:47:21 -04:00
COMMENT = replacement for the syslog() API
2010-07-22 16:56:23 -04:00
V = 0.2.12
2010-05-03 22:56:47 -04:00
DISTNAME = eventlog-${V}
2012-05-16 03:47:21 -04:00
REVISION = 1
CATEGORIES = sysutils
2010-07-22 16:56:23 -04:00
SHARED_LIBS = evtlog 1.0
HOMEPAGE = http://www.balabit.com/products/syslog_ng/
2010-05-03 22:56:47 -04:00
DISTFILES = eventlog_${V}.tar.gz
# BSD
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://www.balabit.com/downloads/files/eventlog/0.2/
WANTLIB = c
USE_LIBTOOL = Yes
CONFIGURE_STYLE = gnu
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/eventlog
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/eventlog
.include <bsd.port.mk>