aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/knutclient/Makefile
blob: 306ac9170d6fcd6240fd21e8b5c0ad6aceba24f8 (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
27
# New ports collection makefile for:    KDE Nut Client
# Date created:             Mon Apr 28 05:30:59 UTC 2003
# Whom:                 Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   knutclient
PORTVERSION=    0.8.6
PORTREVISION=   1
CATEGORIES= sysutils kde
MASTER_SITES=   ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/

MAINTAINER= rnejdl@ringofsaturn.com
COMMENT=    A visual client for UPS system NUT

USE_KDELIBS_VER=3
USE_GMAKE=  yes
USE_AUTOTOOLS=  libtool:15
CONFIGURE_ARGS= --enable-mt --program-transform-name=''

post-patch:
    @${REINPLACE_CMD} -E \
        -e 's|-O2||' \
        ${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}

.include <bsd.port.mk>