freebsd-ports/mail/mls/Makefile
Sergei Kolobov 44a58a7940 - Update to 1.3
PR:		59160
Submitted by:	igla@batterybackups.net
Approved by:	maintainer
2003-11-15 23:45:03 +00:00

24 lines
457 B
Makefile

# New ports collection makefile for: mls
# Date created: 21 apr 2003
# Whom: The Anarcat <anarcat@anarcat.ath.cx>
#
# $FreeBSD$
#
PORTNAME= mls
PORTVERSION= 1.3
CATEGORIES= mail
MASTER_SITES= http://marki.host.sk/MLS/
EXTRACT_SUFX= .tgz
MAINTAINER= anarcat@anarcat.ath.cx
COMMENT= Program for generating various statistics on emails
MAN1= mls.1
MANCOMPRESSED= yes
MAKE_ARGS+= DESTDIR=${PREFIX}
USE_GMAKE= yes
ALL_TARGET= mls
.include <bsd.port.mk>