blob: 590e7d7679c53f7f306079229784a8ec9e5f7f69 (
plain) (
tree)
|
|
# 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>
|