mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
e33d5916e1
Reported by: pointyhat
21 lines
401 B
Makefile
21 lines
401 B
Makefile
# New ports collection makefile for: rsyslog3-gssapi
|
|
# Date created: 31 December 2007
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
COMMENT= GSS API input/output module for rsyslog
|
|
|
|
MNAME= gssapi
|
|
MTYPES= im om
|
|
|
|
.include "${.CURDIR}/../rsyslog3/bsd.rsyslog.mk"
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 700000
|
|
BROKEN= does not compile
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|