aboutsummaryrefslogtreecommitdiffstats
path: root/astro/ksetiwatch/Makefile
blob: 2e2372a6562db8b12c3b2f8be1293199572be538 (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
25
26
# 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=    3.0.0
CATEGORIES= astro kde
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ksetiwatch

MAINTAINER= ports@FreeBSD.org
COMMENT=    A monitoring tool for the seti@home client

USE_BZIP2=  yes
USE_KDELIBS_VER=3
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
USE_REINPLACE=  yes

post-patch:
    @${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
        ${WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>