freebsd-ports/mail/dcc-dccd/Makefile
Edwin Groothuis f7f18b5ea0 remove pkg-comment, add COMMENT.
Noticed by: lioux
2003-04-14 21:45:34 +00:00

35 lines
868 B
Makefile

# New ports collection makefile for: mail/dcc-dccd
# Date created: Wed Oct 9 19:30:00 WST 2002
# Whom: Dean Hollister <dean@odyssey.apana.org.au>
#
# $FreeBSD$
#
PORTNAME= dcc-dccd
PORTVERSION= 1.1.15
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://www.rhyolite.com/anti-spam/dcc/source/old/ \
http://www.wa.apana.org.au/~dean/sources/ \
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
DISTFILES= dcc-dccd-1.1.15.tar.Z
MAINTAINER= dean@odyssey.apana.org.au
COMMENT= Distributed Checksum Clearinghouse procmail, sendmail support
HAS_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}/dcc
MAN8= cdcc.8 dbclean.8 dblist.8 \
dcc.8 dccd.8 dccm.8 \
dccproc.8 dccsight.8
MANCOMPRESSED= yes
post-patch:
${FIND} ${WRKSRC} -type f -exec \
${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' {} \;
.include <bsd.port.mk>