summaryrefslogtreecommitdiffstats
path: root/misc/qlas/Makefile
diff options
context:
space:
mode:
authorjeh <jeh@FreeBSD.org>2000-10-28 12:19:46 +0000
committerjeh <jeh@FreeBSD.org>2000-10-28 12:19:46 +0000
commitcd092eb903c920b2768010b0729b6c755039cc61 (patch)
tree4e1ffa9273a9182cdea0e033b7d11479a6781d57 /misc/qlas/Makefile
parent2f4bb07f426c7e7e1f6e9fdb8a5ea99fd187e18e (diff)
downloadFreeBSD-ports-cd092eb903c920b2768010b0729b6c755039cc61.zip
FreeBSD-ports-cd092eb903c920b2768010b0729b6c755039cc61.tar.gz
New Port: misc/qlas
qico FIDO mailer log analyzer and statistic builder. PR: 21988 Submitted by: Denis Shaposhnikov <dsh@wizard.vlink.ru>
Diffstat (limited to 'misc/qlas/Makefile')
-rw-r--r--misc/qlas/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/qlas/Makefile b/misc/qlas/Makefile
new file mode 100644
index 0000000..010db36
--- /dev/null
+++ b/misc/qlas/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: qlas
+# Date created: 14 Oct 2000
+# Whom: Denis Shaposhnikov <dsh@vlink.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= qlas
+PORTVERSION= 1.91
+CATEGORIES= misc
+MASTER_SITES= http://lev.serebryakov.spb.ru/download/qlas/
+
+MAINTAINER= dsh@vlink.ru
+
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+
+post-patch:
+ @ ${PERL} -pi -e 's!/usr/bin/perl!${PERL}!; tr/\r//d' ${WRKSRC}/qlas
+ @ ${PERL} -pi -e 'tr/\r//d' ${WRKSRC}/qlas.conf.default
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/qlas ${PREFIX}/bin/
+ ${INSTALL_DATA} ${WRKSRC}/qlas.conf.default ${PREFIX}/etc/
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud