aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rsyslog6-devel-pgsql/Makefile
blob: f7051f20d205302b28f0d2b886f54f3d04cfaa1d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for: rsyslog4-pgsql
# Date created:     29 December 2008
# Whom:             Cristiano Rolim Pereira <cristianorolim@hotmail.com>
#
# $FreeBSD$
#

COMMENT=    PostgreSQL output module for rsyslog
MASTERDIR=  ${.CURDIR}/../rsyslog6-devel

MNAME=  pgsql
USE_PGSQL=  yes

CONFIGURE_ARGS+=--enable-pgsql

do-install:
    @${INSTALL_PROGRAM} \
        ${WRKSRC}/plugins/ompgsql/.libs/ompgsql.so ${PREFIX}/lib/rsyslog
    @${INSTALL_DATA} \
        ${WRKSRC}/plugins/ompgsql/ompgsql.la ${PREFIX}/lib/rsyslog
post-install:
.ifndef NOPORTEXAMPLES
    @${INSTALL} -d ${EXAMPLESDIR}
    @${INSTALL_DATA} ${WRKSRC}/plugins/ompgsql/createDB.sql ${EXAMPLESDIR}/pgsql_createDB.sql
.endif
.include "${MASTERDIR}/Makefile"