f34a8c24a3
This is a semi-manual PKGREVISION bump.
22 lines
552 B
Makefile
22 lines
552 B
Makefile
# $NetBSD: Makefile,v 1.9 2019/04/25 07:33:21 maya Exp $
|
|
#
|
|
|
|
RSYSLOG_MOD= pgsql
|
|
PKGNAME= ${DISTNAME:S/rsyslog/rsyslog-${RSYSLOG_MOD}/}
|
|
PKGREVISION= 2
|
|
|
|
DEPENDS+= rsyslog>=${PKGVERSION_NOREV}:../../sysutils/rsyslog
|
|
|
|
.include "../../sysutils/rsyslog/Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-pgsql
|
|
|
|
BUILD_DIRS+= plugins/ompgsql
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/plugins/ompgsql/createDB.sql \
|
|
${DESTDIR}${EGDIR}/createDB-pgsql.sql
|
|
|
|
.include "../../mk/pgsql.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|