summaryrefslogtreecommitdiff
path: root/sysutils/syslog-ng1/Makefile
blob: 3d36ef5a8460b59b673d8e4ed9e8964549ba08fb (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# New ports collection makefile for:	syslog-ng
# Date created:		22 April 2000
# Whom:			Vince Valenti <vince@blue-box.net>
#
# $FreeBSD$
#

PORTNAME=	syslog-ng
PORTVERSION=	1.6.12
CATEGORIES=	sysutils
MASTER_SITES=	http://www.balabit.com/downloads/files/syslog-ng/sources/1.6/src/

MAINTAINER=	lme@FreeBSD.org
COMMENT=	A powerful syslogd replacement

GNU_CONFIGURE=	yes
PKGMESSAGE=	${WRKDIR}/MESSAGE
USE_GCC=	3.3+
USE_RC_SUBR=	syslog-ng.sh

OPTIONS=	TCP_WRAPPERS "Enable TCP wrapper support" off

SUB_FILES=	pkg-message

MAN5=		syslog-ng.conf.5
MAN8=		syslog-ng.8

.include <bsd.port.pre.mk>

.if defined(WITH_TCP_WRAPPERS)
CONFIGURE_ARGS+=	--enable-tcp-wrapper
.endif

post-install:
.if !defined(NOPORTDOCS)
	${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} \
		${DOCSDIR} ${DOCSDIR}/sgml
.for f in AUTHORS COPYING ChangeLog INSTALL NEWS PORTS README
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
	${INSTALL_DATA} ${WRKSRC}/doc/sgml/${PORTNAME}.* ${DOCSDIR}/sgml
.endif
	${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} ${PREFIX}/etc/syslog-ng
	${INSTALL_DATA} ${FILESDIR}/syslog-ng.conf.sample \
		${PREFIX}/etc/syslog-ng
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>