mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
ede3854856
Approved by: portmgr (blanket)
39 lines
824 B
Makefile
39 lines
824 B
Makefile
PORTNAME= hashcash
|
|
PORTVERSION= 1.22
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.hashcash.org/source/
|
|
|
|
MAINTAINER= chalpin@cs.wisc.edu
|
|
COMMENT= Anti-spam / denial of service counter-measure tool
|
|
WWW= http://www.hashcash.org/
|
|
|
|
LICENSE= CPL
|
|
LICENSE_NAME= CPL
|
|
LICENSE_TEXT= http://www.cypherspace.org/CPL/
|
|
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
|
|
|
|
USES= tar:tgz
|
|
|
|
PLIST_FILES= bin/hashcash bin/sha1
|
|
PLIST_FILES+= share/man/man1/hashcash.1.gz
|
|
PLIST_FILES+= share/man/man1/sha1-hashcash.1.gz
|
|
|
|
PORTDOCS= CHANGELOG LICENSE README
|
|
ALL_TARGET= generic
|
|
|
|
MAKE_ENV+= STAGEDIR=${STAGEDIR}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
.if ${ARCH:Mpowerpc*}
|
|
USE_GCC= yes
|
|
.endif
|
|
|
|
post-patch-DOCS-off:
|
|
${REINPLACE_CMD} -e '/DOC_INSTALL_PATH/d' ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|