blob: a46c425908e60ef4dd609362302bb3cb1c8d5e7e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: mls
# Date created: 21 apr 2003
# Whom: The Anarcat <anarcat@anarcat.ath.cx>
#
# $FreeBSD$
#
PORTNAME= mls
PORTVERSION= 1.2.2
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>
|