2001-04-07 04:27:21 +02:00
|
|
|
# New ports collection makefile for: ksetiwatch
|
|
|
|
# Date created: 17 January 2001
|
|
|
|
# Whom: Sverre Valgeirsson <sverre@k9k203-3.kam.afb.lu.se>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ksetiwatch
|
2002-08-23 12:40:58 +02:00
|
|
|
PORTVERSION= 2.5.0
|
2001-04-07 04:27:21 +02:00
|
|
|
CATEGORIES= astro kde
|
2002-08-23 12:40:58 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-10-27 00:17:36 +01:00
|
|
|
MASTER_SITE_SUBDIR= ksetiwatch
|
2002-08-23 12:40:58 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
|
2001-04-07 04:27:21 +02:00
|
|
|
|
|
|
|
MAINTAINER= sverrir@hem.passagen.se
|
2003-02-21 11:44:59 +01:00
|
|
|
COMMENT= A monitoring tool for the seti@home client
|
2001-04-07 04:27:21 +02:00
|
|
|
|
2002-10-16 07:51:31 +02:00
|
|
|
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
|
2002-08-23 12:40:58 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/-1//}
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_KDELIBS_VER=3
|
2001-04-07 04:27:21 +02:00
|
|
|
USE_GMAKE= yes
|
2002-08-23 12:40:58 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2003-10-27 00:17:36 +01:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2001-04-07 04:27:21 +02:00
|
|
|
|
|
|
|
pre-configure:
|
2002-08-23 12:40:58 +02:00
|
|
|
cd ${WRKSRC}; autoconf
|
2001-04-07 04:27:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|