openbsd-ports/mail/hashcash/Makefile

29 lines
502 B
Makefile

# $OpenBSD: Makefile,v 1.9 2015/01/22 13:11:44 naddy 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
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}/source/
EXTRACT_SUFX= .tgz
.if ${MACHINE_ARCH} == "i386"
ALL_TARGET= x86
.else
ALL_TARGET= generic
.endif
NO_TEST= Yes
.include <bsd.port.mk>