mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
18f33c0f93
installs the version of the port that uses shared library number 9 and the LIBRARY_VERSION set to the default. Normally this is against our policy (bumping the version number for minor things), however due to the major problems caused with the upgrade, Satoshi and I decided that this was best. Approved by: asami
47 lines
1.4 KiB
Makefile
47 lines
1.4 KiB
Makefile
# New ports collection makefile for: kdenetwork
|
|
# Version required: Beta3
|
|
# Date created: 28 October 1997
|
|
# Whom: Stefan Eßer <se@freebsd.org>
|
|
#
|
|
# $Id: Makefile,v 1.11 1998/04/29 17:52:14 asami Exp $
|
|
#
|
|
|
|
DISTNAME= kdenetwork-Beta3-1
|
|
PKGNAME= kdenetwork-3.1b
|
|
CATEGORIES= net news kde
|
|
MASTER_SITES= $(MASTER_SITE_KDE)
|
|
MASTER_SITE_SUBDIR= stable/Beta3/distribution/tgz/source
|
|
EXTRACT_SUFX= .src.tar.gz
|
|
|
|
MAINTAINER= se@freebsd.org
|
|
|
|
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt \
|
|
${PREFIX}/lib/libgdbm.a:${PORTSDIR}/databases/gdbm
|
|
LIB_DEPENDS= qt\\.1\\.3[1-9]:${PORTSDIR}/x11/qt \
|
|
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
|
|
jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
|
|
uu\\.1\\.:${PORTSDIR}/converters/uulib \
|
|
kdecore\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
|
|
kdeui\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
|
|
jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
|
|
khtmlw\\.0\\.9[1-9]:${PORTSDIR}/x11/kdelibs \
|
|
kfm\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
|
|
mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs \
|
|
mimelib\\.1\\.[0-9]:${PORTSDIR}/converters/kdesupport
|
|
|
|
BROKEN= upgrade
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
|
|
"--with-extra-includes=$(PREFIX)/include/giflib"
|
|
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
|
INSTALL_SCRIPT="install -c -m 555"
|
|
|
|
WRKSRC= ${WRKDIR}/kdenetwork
|
|
|
|
pre-configure:
|
|
${LN} -sf $(PREFIX)/include/uu.h $(WRKSRC)/krn/uudeview.h
|
|
|
|
.include <bsd.port.mk>
|