1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/mail/pfqueue/Makefile

33 lines
832 B
Makefile
Raw Normal View History

# New ports collection makefile for: pfqueue
# Date created: 13 Jan 2004
# Whom: Marcus Alves Grando <mnag@FreeBSD.org>
#
# $FreeBSD$
#
2006-01-17 13:56:04 +00:00
PORTNAME= pfqueue
PORTVERSION= 0.5.6
2006-01-17 13:56:04 +00:00
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
2006-01-17 13:56:04 +00:00
MAINTAINER= mnag@FreeBSD.org
COMMENT= A console-based tool for handling Postfix 1, Postfix 2 and Exim queues
USE_AUTOTOOLS= libtool:15
2006-01-17 13:56:04 +00:00
GNU_CONFIGURE= yes
2006-10-08 02:45:58 +00:00
USE_LDCONFIG= yes
2006-01-17 13:56:04 +00:00
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}"
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
2006-01-17 13:56:04 +00:00
MAN1= pfqueue.1
2006-10-08 02:45:58 +00:00
MAN5= pfqueue.conf.5
post-patch:
@${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g" \
-e "s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|PFQ_SONAME "0.0.0"|PFQ_SONAME "0"|' \
${WRKSRC}/libpfq/pfqlib.c
.include <bsd.port.mk>