mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
49 lines
1.1 KiB
Makefile
49 lines
1.1 KiB
Makefile
# New ports collection makefile for: kdeutils3
|
|
# Date created: 3 November 2001
|
|
# Whom: will@cvs.kde.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdeutils
|
|
PORTVERSION= ${KDE_VERSION}
|
|
PORTREVISION= 2
|
|
CATEGORIES?= misc kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER?= kde@FreeBSD.org
|
|
COMMENT= Utilities for the KDE integrated X11 desktop
|
|
|
|
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
|
|
netsnmp:${PORTSDIR}/net-mgmt/net-snmp
|
|
RUN_DEPENDS= gpg:${PORTSDIR}/security/gnupg \
|
|
gtar:${PORTSDIR}/archivers/gtar
|
|
|
|
CONFLICTS= kgpg-[0-9]* superkaramba-[0-9]*
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_KDEBASE_VER=3
|
|
|
|
USE_PYTHON= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
DO_NOT_COMPILE+=klaptopdaemon kmilo
|
|
CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
|
|
CONFIGURE_ARGS+=--with-pythondir=${LOCALBASE}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|>tar<|>gtar<|g' ${WRKSRC}/ark/ark.kcfg
|
|
${REINPLACE_CMD} -e 's|%%PYTHON_VER%%|${PYTHON_VER}|g' \
|
|
-e 's|%%LTMAIN%%|${LTMAIN}|g' \
|
|
-e 's|%%LIBTOOL%%|${LIBTOOL}|g' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|