2005-01-13 23:42:30 +00:00
|
|
|
# New ports collection makefile for: pfqueue
|
|
|
|
# Date created: 13 Jan 2004
|
|
|
|
# Whom: Marcus Grando <marcus@corp.grupos.com.br>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pfqueue
|
2005-02-27 19:42:33 +00:00
|
|
|
PORTVERSION= 0.3.3
|
2005-01-13 23:42:30 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= marcus@corp.grupos.com.br
|
|
|
|
COMMENT= A console-based tool for handling postfix queues
|
|
|
|
|
2005-02-17 23:59:39 +00:00
|
|
|
USE_REINPLACE= yes
|
2005-01-13 23:42:30 +00:00
|
|
|
HAS_CONFIGURE= yes
|
2005-01-29 21:07:06 +00:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
2005-01-13 23:42:30 +00:00
|
|
|
|
|
|
|
MAN1= pfqueue.1
|
|
|
|
PLIST_FILES= bin/pfqueue
|
|
|
|
|
2005-02-17 23:59:39 +00:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g; s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
|
|
|
|
2005-01-13 23:42:30 +00:00
|
|
|
.include <bsd.port.mk>
|