aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/sievelog/Makefile
blob: df5984855fd934a74f1c4d4688e96b771f346068 (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
# 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>