mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
7acc749ea6
- 2 custom optional patches o) microsecond support for MySQL o) sanely select and return FQDN for use in $fromhost templates PR: ports/146316 No objection from: cristianorolim@hotmail.com (rsyslog* maintainer) Submitted by: pgollucci@ (myself)
25 lines
627 B
Makefile
25 lines
627 B
Makefile
#New ports collection makefile for: rsyslog4-gnutls
|
|
# Date created: 29 December 2008
|
|
# Whom: Cristiano Rolim Pereira <cristianorolim@hotmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= GNUTLS module for rsyslog
|
|
MASTERDIR= ${.CURDIR}/../rsyslog55
|
|
|
|
MNAME= gnutls
|
|
LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls
|
|
|
|
CONFIGURE_ARGS+=--enable-gnutls
|
|
|
|
PLIST_FILES+= lib/rsyslog/lmnsd_gtls.la \
|
|
lib/rsyslog/lmnsd_gtls.so
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} \
|
|
${WRKSRC}/runtime/.libs/lmnsd_gtls.so ${PREFIX}/lib/rsyslog
|
|
@${INSTALL_DATA} \
|
|
${WRKSRC}/runtime/lmnsd_gtls.la ${PREFIX}/lib/rsyslog
|
|
.include "${MASTERDIR}/Makefile"
|