mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
d898d07042
PR: ports/124725 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
33 lines
805 B
Makefile
33 lines
805 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.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>
|
|
|
|
USE_GCC= 3.4
|
|
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>
|