mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
36 lines
1002 B
Makefile
36 lines
1002 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.9.4
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils kde
|
|
MASTER_SITES= ftp://ftp.buzuluk.cz/pub/alo/knutclient/stable/ \
|
|
http://www.vg.kernel.org/pub/mirrors/gentoo/source/distfiles/
|
|
|
|
MAINTAINER= rnejdl@ringofsaturn.com
|
|
COMMENT= A visual client for UPS system NUT
|
|
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
BUILD_DEPENDS= automake>=0:${PORTSDIR}/devel/automake19
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
CONFIGURE_ARGS= --disable-fast-perl --enable-mt --program-transform-name=''
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -E \
|
|
-e 's|-O2||' \
|
|
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
|
@${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
|
|
|
|
.include <bsd.port.mk>
|