openbsd-ports/mail/hashcash/Makefile

30 lines
519 B
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.8 2013/03/11 11:23:51 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
WANTLIB= c
MASTER_SITES= ${HOMEPAGE}/source/
EXTRACT_SUFX= .tgz
2010-11-19 02:23:05 -05:00
USE_GROFF = Yes
.if ${MACHINE_ARCH} == "i386"
ALL_TARGET= x86
.else
ALL_TARGET= generic
.endif
2013-03-11 07:20:26 -04:00
NO_TEST= Yes
.include <bsd.port.mk>