23 lines
467 B
Makefile
23 lines
467 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.2.1
|
||
|
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
|
||
|
|
||
|
MAN1= pfqueue.1
|
||
|
PLIST_FILES= bin/pfqueue
|
||
|
|
||
|
.include <bsd.port.mk>
|