aboutsummaryrefslogtreecommitdiffstats
path: root/astro/ksetiwatch/Makefile
blob: 2cfec9f022749bc23bd707acebabb5ff92b413e7 (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
# New ports collection makefile for:    ksetiwatch
# Date created:             17 January 2001
# Whom:                 Sverre Valgeirsson <sverre@k9k203-3.kam.afb.lu.se>
#
# $FreeBSD$
#

PORTNAME=   ksetiwatch
PORTVERSION=    2.2.0
CATEGORIES= astro kde
MASTER_SITES=   http://download.sourceforge.net/ksetiwatch/

MAINTAINER= sverrir@hem.passagen.se

USE_KDELIBS_VER=2
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
USE_XLIB=   yes

pre-configure:
    ${PERL} -pi.orig -e "s@-lqt@-lqt2@g" ${WRKSRC}/ksetiwatch/Makefile.in
    ${PERL} -pi.orig -e "s@-lqt@-lqt2@g; s@libqt\.@libqt2\.@g" ${WRKSRC}/configure

.include <bsd.port.mk>