1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/astro/ksetiwatch/Makefile
Kevin Lo f1195ccd55 Upgrade to version 2.2.1
PR: 27072
Submitted by: MAINTAINER
2001-05-07 15:31:52 +00:00

25 lines
578 B
Makefile

# 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.1
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>