diff options
author | James E. Housley <jeh@FreeBSD.org> | 2000-10-28 12:19:46 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2000-10-28 12:19:46 +0000 |
commit | 9c2af76ca5842a968a6180a64583a8e654eba528 (patch) | |
tree | 458b0809092c004e3111e6f5f37c5e95e5de3288 /misc/qlas/Makefile | |
parent | 0194e6547ce3050924685e15e3363abb2146e8ed (diff) |
New Port: misc/qlas
qico FIDO mailer log analyzer and statistic builder.
PR: 21988
Submitted by: Denis Shaposhnikov <dsh@wizard.vlink.ru>
Notes
Notes:
svn path=/head/; revision=34351
Diffstat (limited to 'misc/qlas/Makefile')
-rw-r--r-- | misc/qlas/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/misc/qlas/Makefile b/misc/qlas/Makefile new file mode 100644 index 000000000000..010db36f3f26 --- /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> |