freebsd-ports/mail/mls/Makefile
Volker Stolz 85b4b2b9c1 - Respect CC, CFLAGS
- Remove USE_GMAKE since it's not needed anymore

PR:		ports/71137
Submitted by:	Roman Bogorodskiy
Approved by:	maintainer timeout
2004-10-14 08:43:59 +00:00

26 lines
548 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}" CC="${CC}" CFLAGS="${CFLAGS}"
ALL_TARGET= mls
.include <bsd.port.mk>