freebsd-ports/sysutils/knutclient/Makefile
Mario Sergio Fujikawa Ferreira 8435e9af1b Attent to bento cluster peculiar behavior: it is prefixing the
binary files with CONFIGURE_TARGET variable contents although this
is not reproduceable in local tests. Nevertheless, fix it by setting

CONFIGURE_ARGS+=--program-transform-name=''

Prompted by:	bento
2003-05-11 03:11:00 +00:00

28 lines
639 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.6.0
CATEGORIES= sysutils kde
MASTER_SITES= ftp://ftp.buzuluk.cz/pub/alo/knutclient/
MAINTAINER= lioux@FreeBSD.org
COMMENT= A visual client for UPS system NUT
USE_KDELIBS_VER=3
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-mt \
--program-transform-name=''
post-patch:
@${REINPLACE_CMD} -E \
-e 's|-O2||' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>