1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/benchmarks/postal/Makefile

35 lines
754 B
Makefile
Raw Normal View History

# 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.66
CATEGORIES= benchmarks mail
MASTER_SITES= http://www.coker.com.au/postal/
EXTRACT_SUFX= .tgz
MAINTAINER= mm@FreeBSD.org
2003-02-21 11:08:38 +00:00
COMMENT= Benchmark SMTP/POP servers
USE_OPENSSL= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_FILES= sbin/bhm sbin/postal bin/postal-list sbin/rabid
2003-10-22 08:02:14 +00:00
MAN1= postal-list.1
MAN8= bhm.8 postal.8 rabid.8
.include <bsd.port.pre.mk>
CFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man --disable-gnutls
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
.include <bsd.port.post.mk>