openbsd-ports/mail/hashcash/Makefile
2010-11-19 07:23:05 +00:00

33 lines
600 B
Makefile

# $OpenBSD: Makefile,v 1.7 2010/11/19 07:23:06 espie Exp $
COMMENT= hashcash anti-spam / denial of service counter-measure tool
DISTNAME= hashcash-1.22
CATEGORIES= mail
HOMEPAGE= http://www.hashcash.org/
MAINTAINER= Armin Wolfermann <armin@wolfermann.org>
# public domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}/source/
EXTRACT_SUFX= .tgz
USE_GROFF = Yes
.if ${MACHINE_ARCH} == "i386"
ALL_TARGET= x86
.else
ALL_TARGET= generic
.endif
NO_REGRESS= Yes
.include <bsd.port.mk>