freebsd-ports/astro/ksetiwatch/Makefile

30 lines
719 B
Makefile
Raw Normal View History

# 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.5.0
CATEGORIES= astro kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
2003-10-27 00:17:36 +01:00
MASTER_SITE_SUBDIR= ksetiwatch
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= sverrir@hem.passagen.se
2003-02-21 11:44:59 +01:00
COMMENT= A monitoring tool for the seti@home client
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/-1//}
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
GNU_CONFIGURE= yes
2003-10-27 00:17:36 +01:00
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
pre-configure:
cd ${WRKSRC}; autoconf
.include <bsd.port.mk>