freebsd-ports/mail/pfqueue/Makefile
Pav Lucistnik 5c495190af - Update to 0.3.0
PR:		ports/76826
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
Approved by:	Marcus Grando <marcus@corp.grupos.com.br> (maintainer)
2005-01-29 21:07:06 +00:00

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>