blob: 197eb354ae9f644a3707363a5802032a7ea28976 (
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
|
# New ports collection makefile for: bld
# Date created: 12 October 2004
# Whom: ob
#
# $FreeBSD$
#
PORTNAME= bld
PORTVERSION= 0.3.4
CATEGORIES= net
MASTER_SITES= http://www.online.redhate.org/bld/ \
http://olivier.beyssac.googlepages.com/
MAINTAINER= obld@r14.freenix.org
COMMENT= A blacklisting daemon
USE_RC_SUBR= bld
MANCOMPRESSED= yes
GNU_CONFIGURE= yes
USE_GCC= 3.2+
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/bld
PORTDOCS= README README.postfix
MAN5= bld_whitelist.conf.5 bld_acl.conf.5 bld.conf.5
MAN8= bldsubmit.8 bld.8 bldquery.8 bldread.8 bldinsert.8 blddecr.8 \
bld-pf_policy.8 bld-pf_log.pl.8 bld-mrtg.pl.8 \
bld-will_spam_for_food.pl.8
.include <bsd.port.pre.mk>
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}
.endfor
.endif
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.post.mk>
|