ec31f34f88
Changes since 1.4: * Converted to automake/autoconf for configuration, which should make it easier to extend portability. * Added support for checking multiple addresses in one invokation. * Added support for reading addresses to check from standard input, by specifying an argument of '-'. * Changed rbl.dorkslayers.com to relays.orbs.org, due to a change in management.
24 lines
616 B
Makefile
24 lines
616 B
Makefile
# $NetBSD: Makefile,v 1.14 2006/09/11 21:26:04 cube Exp $
|
|
|
|
DISTNAME= rblcheck-1.5
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rblcheck/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://rblcheck.sourceforge.net/
|
|
COMMENT= Command-line interface to Paul Vixie's RBL filter
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
DOCS= README NEWS docs/rblcheck.ps
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rblcheck
|
|
cd ${WRKSRC} && \
|
|
${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/rblcheck
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|