summaryrefslogtreecommitdiff
path: root/astro/ksetiwatch/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2002-08-23 10:40:58 +0000
committerKevin Lo <kevlo@FreeBSD.org>2002-08-23 10:40:58 +0000
commit3c3d44b33522b6e1840ec2bab45c870ccea56b1b (patch)
tree0899ab3dea906d61e0d5e3418b5fd2a4ff86078c /astro/ksetiwatch/Makefile
parentupgrade to 0.9.6, unFORBIDDEN (diff)
Update to version 2.5.0
PR: 41016 Submitted by: Tilman Linneweh <tilman@arved.de>
Notes
Notes: svn path=/head/; revision=64877
Diffstat (limited to 'astro/ksetiwatch/Makefile')
-rw-r--r--astro/ksetiwatch/Makefile20
1 files changed, 12 insertions, 8 deletions
diff --git a/astro/ksetiwatch/Makefile b/astro/ksetiwatch/Makefile
index ecc70e2dbb02..eb050e419dce 100644
--- a/astro/ksetiwatch/Makefile
+++ b/astro/ksetiwatch/Makefile
@@ -3,22 +3,26 @@
# Whom: Sverre Valgeirsson <sverre@k9k203-3.kam.afb.lu.se>
#
# $FreeBSD$
-#
PORTNAME= ksetiwatch
-PORTVERSION= 2.2.1
+PORTVERSION= 2.5.0
CATEGORIES= astro kde
-MASTER_SITES= http://download.sourceforge.net/ksetiwatch/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ksetiwatch
+DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= sverrir@hem.passagen.se
-USE_KDELIBS_VER=2
+BUILD_DEPENS= autoconf:${PORTSDIR}/devel/autoconf
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/-1//}
+USE_BZIP2= yes
+USE_KDELIBS_VER=3
USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_XLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
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
+ cd ${WRKSRC}; autoconf
.include <bsd.port.mk>