aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/rsyslog4-devel-mysql/Makefile
blob: 02b377b0ecc0f3d5bae9007b4bd477282cb2f18d (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-mysql
# Date created:     29 December 2008
# Whom:             Cristiano Rolim Pereira <cristianorolim@hotmail.com>
#
# $FreeBSD$
#

COMMENT=    MySQL output module for rsyslog
MASTERDIR=  ${.CURDIR}/../rsyslog4-devel

MNAME=  mysql
USE_MYSQL=  yes

CONFIGURE_ARGS+=--enable-mysql

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