mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
db82381f17
PR: ports/81314 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
28 lines
636 B
Makefile
28 lines
636 B
Makefile
# New ports collection makefile for: pfqueue
|
|
# Date created: 13 Jan 2004
|
|
# Whom: Marcus Grando <marcus@corp.grupos.com.br>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pfqueue
|
|
PORTVERSION= 0.3.8
|
|
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
|
|
|
|
USE_REINPLACE= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
MAN1= pfqueue.1
|
|
PLIST_FILES= bin/pfqueue
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e "s|-lc_r|${PTHREAD_LIBS}|g; s|-lpthread|${PTHREAD_LIBS}|g" ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|