1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11/kdelibs3/Makefile
Stefan Eßer 04ca42b6b6 Upgrade to KDE Beta3:
Recompile all your applications!

Only the minor revision of the shared libraries changed, but
they are not really upward compatible with those from Beta2!
1998-02-07 11:55:47 +00:00

33 lines
1018 B
Makefile

# New ports collection makefile for: kdelibs
# Version required: Beta1
# Date created: 28 October 1997
# Whom: Stefan Eßer <se@freebsd.org>
#
# $Id: Makefile,v 1.5 1997/11/27 00:25:46 se Exp $
#
DISTNAME= kdelibs-Beta3-1
PKGNAME= kdelibs-3.1b
CATEGORIES= x11 kde
MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta3/distribution/tgz/source/ \
ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta3/distribution/tgz/source/ \
ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta3/distribution/tgz/source/
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= se@freebsd.org
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \
jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg
# gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
"--x-inc=$(X11BASE)/include -I$(PREFIX)/include" \
"--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)"
WRKSRC= ${WRKDIR}/kdelibs
.include <bsd.port.mk>