mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
1d260352d8
PR: ports/71107 (based on) Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru>
28 lines
531 B
Makefile
28 lines
531 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.marki-online.net/MLS/ \
|
|
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
|
|
PLIST_FILES= bin/mls
|
|
|
|
MAKE_ARGS+= DESTDIR=${PREFIX}
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= mls
|
|
|
|
.include <bsd.port.mk>
|