opnsense-ports/sysutils/sievelog/Makefile
Franco Fichtner 33e98a2a58 */*: sync with upstream
Taken from: FreeBSD
2016-09-16 14:21:20 +02:00

26 lines
673 B
Makefile

# Created by: Jesse Kempf <jessekempf@gmail.com>
# $FreeBSD$
PORTNAME= sievelog
PORTVERSION= 1.0.1
PORTREVISION= 2
CATEGORIES= sysutils python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= jessekempf@gmail.com
COMMENT= Syslog message filter
BROKEN= Unfetchable (google code has gone away)
USES= python
USE_PYTHON= distutils
SUB_FILES= pkg-message
post-install:
@${CP} -p ${WRKSRC}/test.sv ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
@${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
@${INSTALL_MAN} ${WRKSRC}/man/man5/${PORTNAME}.conf.5 ${STAGEDIR}${MANPREFIX}/man/man5
.include <bsd.port.mk>