19ae251b54
and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
23 lines
526 B
Makefile
23 lines
526 B
Makefile
# Created by: Denis Shaposhnikov <dsh@vlink.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qlas
|
|
PORTVERSION= 1.93
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://lev.serebryakov.spb.ru/download/qlas/
|
|
|
|
MAINTAINER= dsh@vlink.ru
|
|
COMMENT= Qico FIDO mailer log analyzer and statistic builder
|
|
|
|
USE_PERL5= yes
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
USES= shebangfix
|
|
SHEBANG_FILES= qlas
|
|
USE_DOS2UNIX= qlas qlas.conf.default
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/qlas ${PREFIX}/bin/
|
|
${INSTALL_DATA} ${WRKSRC}/qlas.conf.default ${PREFIX}/etc/
|
|
|
|
.include <bsd.port.mk>
|