aboutsummaryrefslogtreecommitdiffstats
path: root/benchmarks/postal/Makefile
blob: 12299543ff4e13da960225ad65cd690111ead4a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# 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.59
CATEGORIES= benchmarks mail
MASTER_SITES=   http://www.coker.com.au/postal/
EXTRACT_SUFX=   .tgz

MAINTAINER= ijliao@FreeBSD.org

USE_OPENSSL=    yes
GNU_CONFIGURE=  yes

MAN8=   postal.8 postal-list.8 rabid.8

post-patch:
    @${PERL} -pi -e "s,-pthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure

.include <bsd.port.mk>