4e85c72580
PR: 55582 Submitted by: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
19 lines
396 B
Makefile
19 lines
396 B
Makefile
# New ports collection makefile for: mailmgr
|
|
# Date created: 14 August 2003
|
|
# Whom: Hsin-HSIUNG CHANG
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mailmgr
|
|
PORTVERSION= 1.2.3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://web.onda.com.br/orso/
|
|
|
|
MAINTAINER= sexbear@tmu.edu.tw
|
|
COMMENT= Sendmail Analisys Report Generator
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|