5c495190af
PR: ports/76826 Submitted by: Joseph Scott <joseph@randomnetworks.com> Approved by: Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
23 lines
503 B
Makefile
23 lines
503 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.0
|
|
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
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
MAN1= pfqueue.1
|
|
PLIST_FILES= bin/pfqueue
|
|
|
|
.include <bsd.port.mk>
|