mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
4b42be35be
PR: ports/53254 Submitted by: Christian Brueffer <chris@unixpages.org>
28 lines
548 B
Makefile
28 lines
548 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: postal
|
|
# Date created: Apr 2, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= postal
|
|
PORTVERSION= 0.62
|
|
CATEGORIES= benchmarks mail
|
|
MASTER_SITES= http://www.coker.com.au/postal/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Benchmark SMTP/POP servers
|
|
|
|
USE_REINPLACE= yes
|
|
USE_OPENSSL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN8= postal.8 postal-list.8 rabid.8
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|