freebsd-ports/sysutils/knutclient-kde4/Makefile
Pav Lucistnik 6edcb5cef3 - Update to 0.8.6
- Update WWW

PR:		ports/97569
Submitted by:	Rusty Nejdl <rnejdl@tethys.ringofsaturn.com>
Approved by:	maintainer timeout (lioux; 1 month)
2006-06-27 08:00:17 +00:00

26 lines
630 B
Makefile

# 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
CATEGORIES= sysutils kde
MASTER_SITES= ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/
MAINTAINER= lioux@FreeBSD.org
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>