2003-04-28 07:33:26 +02:00
|
|
|
# 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
|
2008-07-12 09:25:58 +02:00
|
|
|
PORTVERSION= 0.9.4
|
2003-04-28 07:33:26 +02:00
|
|
|
CATEGORIES= sysutils kde
|
2007-06-09 14:42:20 +02:00
|
|
|
MASTER_SITES= ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/ \
|
|
|
|
http://www.vg.kernel.org/pub/mirrors/gentoo/source/distfiles/
|
2003-04-28 07:33:26 +02:00
|
|
|
|
2007-04-01 13:07:20 +02:00
|
|
|
MAINTAINER= rnejdl@ringofsaturn.com
|
2003-04-28 07:33:26 +02:00
|
|
|
COMMENT= A visual client for UPS system NUT
|
|
|
|
|
2008-07-12 09:25:58 +02:00
|
|
|
BUILD_DEPENDS= automake>=0:${PORTSDIR}/devel/automake19
|
|
|
|
|
2003-04-28 07:33:26 +02:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2008-07-12 09:25:58 +02:00
|
|
|
CONFIGURE_ARGS= --disable-fast-perl --enable-mt --program-transform-name=''
|
2003-04-28 07:33:26 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -E \
|
|
|
|
-e 's|-O2||' \
|
|
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
2008-07-12 09:25:58 +02:00
|
|
|
@${REINPLACE_CMD} -e "/^ltmain=/!s^\$$ac_aux_dir/ltmain.sh^${LIBTOOLFLAGS} ${LTMAIN}^g" \
|
|
|
|
-e '/^LIBTOOL=/s^\$$(top_builddir)/libtool^${LIBTOOL}^g' \
|
|
|
|
${WRKSRC}/admin/libtool.m4.in
|
2003-04-28 07:33:26 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|