mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5984367937
(application/postage-hashcash) specification. PR: ports/67373 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
37 lines
878 B
Makefile
37 lines
878 B
Makefile
# New ports collection makefile for: mail/firepay
|
|
# Date created: Sun 31 May 16:35:00 WST 2004
|
|
# Whom: Dean Hollister <dean@odyssey.apana.org.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= firepay
|
|
PORTVERSION= 0.9.5
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.firestuff.org/projects/ \
|
|
http://www.wa.apana.org.au/~dean/sources/ \
|
|
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
|
|
|
|
MAINTAINER= dean@odyssey.apana.org.au
|
|
COMMENT= Implementation of the HashCash/MIME specification
|
|
|
|
USE_BZIP2= yes
|
|
HAS_CONFIGURE= yes
|
|
|
|
MAN1= checkpayment.1 firepay.1 multiwrap.1 processmail.1 \
|
|
sendmailpay.1 strippayment.1 takepayment.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
USE_GCC= 3.3
|
|
.endif
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
pre-configure:
|
|
@-${RM} -r ${WRKSRC}/firemake/*.orig
|
|
${MV} ${WRKSRC}/conf/sendmailpay.conf ${WRKSRC}/conf/sendmailpay.conf.sample
|
|
|
|
.include <bsd.port.post.mk>
|