- fix an off-by-one sscanf length argument (processing the local database, not external data), from Anil Madhavapeddy. - fix -b/-w confusion for the -r example in the man page, reported by several people.
26 lines
548 B
Makefile
26 lines
548 B
Makefile
# $OpenBSD: Makefile,v 1.3 2003/06/27 07:54:03 dhartmei Exp $
|
|
|
|
COMMENT= "spam relay database"
|
|
|
|
DISTNAME= relaydb-1.3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.benzedrine.cx/
|
|
|
|
HOMEPAGE= http://www.benzedrine.cx/relaydb.html
|
|
|
|
MAINTAINER= Daniel Hartmeier <dhartmei@openbsd.org>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/relaydb ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/relaydb.8 ${PREFIX}/man/man8
|
|
|
|
.include <bsd.port.mk>
|