aboutsummaryrefslogtreecommitdiff
path: root/mail/hashcash
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-05-19 03:36:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-05-19 03:36:42 +0000
commitd5813fda66ccfe9f23320b1e1e5bd855ac588241 (patch)
tree963f8365ded2dcb28a370ee664a314a18133b765 /mail/hashcash
parent750d38b4e82270d9bcadbc89db89a485df7e55dc (diff)
downloadports-d5813fda66ccfe9f23320b1e1e5bd855ac588241.tar.gz
ports-d5813fda66ccfe9f23320b1e1e5bd855ac588241.zip
- Stage support
PR: 189891 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=354485
Diffstat (limited to 'mail/hashcash')
-rw-r--r--mail/hashcash/Makefile17
-rw-r--r--mail/hashcash/files/patch-Makefile6
-rw-r--r--mail/hashcash/pkg-descr2
3 files changed, 19 insertions, 6 deletions
diff --git a/mail/hashcash/Makefile b/mail/hashcash/Makefile
index 8481b2eb19dc..5ee7a6ce606b 100644
--- a/mail/hashcash/Makefile
+++ b/mail/hashcash/Makefile
@@ -10,16 +10,29 @@ EXTRACT_SUFX= .tgz
MAINTAINER= chalpin@cs.wisc.edu
COMMENT= Anti-spam / denial of service counter-measure tool
+LICENSE=BSD LGPL21 GPLv2
+LICENSE_COMB=dual
+
+# Also CPL: https://en.wikipedia.org/wiki/Common_Public_License
+# and Public Domain
+
MAN1= hashcash.1 sha1-hashcash.1
PLIST_FILES= bin/hashcash bin/sha1
+PLIST_FILES+= man/man1/hashcash.1.gz
+PLIST_FILES+= man/man1/sha1-hashcash.1.gz
+
PORTDOCS= CHANGELOG LICENSE README
ALL_TARGET= generic
-NO_STAGE= yes
-.if defined(NOPORTDOCS)
+MAKE_ENV+= STAGEDIR=${STAGEDIR}
+
+.include <bsd.port.options.mk>
+
+.if !${PORT_OPTIONS:MDOCS}
post-patch:
${REINPLACE_CMD} -e '/DOC_INSTALL_PATH/d' ${WRKSRC}/Makefile
+
.endif
.include <bsd.port.mk>
diff --git a/mail/hashcash/files/patch-Makefile b/mail/hashcash/files/patch-Makefile
index 2d49a48c0221..93b8d83b87f7 100644
--- a/mail/hashcash/files/patch-Makefile
+++ b/mail/hashcash/files/patch-Makefile
@@ -7,9 +7,9 @@
-INSTALL_PATH = /usr/bin
-MAN_INSTALL_PATH = /usr/share/man/man1
-DOC_INSTALL_PATH = /usr/share/doc/hashcash-$(HC_VERS)
-+INSTALL_PATH = ${PREFIX}/bin
-+MAN_INSTALL_PATH = ${PREFIX}/man/man1
-+DOC_INSTALL_PATH = ${PREFIX}/share/doc/hashcash
++INSTALL_PATH = ${STAGEDIR}${PREFIX}/bin
++MAN_INSTALL_PATH = ${STAGEDIR}${PREFIX}/man/man1
++DOC_INSTALL_PATH = ${STAGEDIR}${PREFIX}/share/doc/hashcash
MAKEDEPEND = makedepend
MSLIB = mslib
# here you can choose the regexp style your system has
diff --git a/mail/hashcash/pkg-descr b/mail/hashcash/pkg-descr
index 01c06d9f198f..bb4f8709d437 100644
--- a/mail/hashcash/pkg-descr
+++ b/mail/hashcash/pkg-descr
@@ -4,4 +4,4 @@ receive. A hashcash token constitutes a proof-of-work which takes a
parameterizable amount of work to compute for the sender.
Author: Adam Back <adam@cypherspace.org>
-WWW: http://www.hashcash.org/
+WWW: http://www.hashcash.org/