aboutsummaryrefslogtreecommitdiff
path: root/mail/mls/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-08 11:26:08 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-08 11:26:08 +0000
commit235efa454d978201f50d6d3f8592c857cd831f65 (patch)
tree99c2302d3ff74a09dec76959ff802280200eb510 /mail/mls/Makefile
parent1ca8b4795e4dc4cedbcef7425f504a396ee449c7 (diff)
downloadports-235efa454d978201f50d6d3f8592c857cd831f65.tar.gz
ports-235efa454d978201f50d6d3f8592c857cd831f65.zip
Notes
Diffstat (limited to 'mail/mls/Makefile')
-rw-r--r--mail/mls/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/mail/mls/Makefile b/mail/mls/Makefile
new file mode 100644
index 000000000000..a46c425908e6
--- /dev/null
+++ b/mail/mls/Makefile
@@ -0,0 +1,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>