aboutsummaryrefslogtreecommitdiffstats
path: root/misc/qlas/Makefile
blob: 5f4f54a68c24581ad36ecac5a5949fee67355bf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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

USE_PERL5=  yes
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>