mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
40 lines
1.3 KiB
Makefile
40 lines
1.3 KiB
Makefile
# New ports collection makefile for: kdebase
|
|
# Version required: Beta1
|
|
# Date created: 28 October 1997
|
|
# Whom: Stefan Eßer <se@freebsd.org>
|
|
#
|
|
# $Id: Makefile,v 1.7 1998/02/07 11:58:31 se Exp $
|
|
#
|
|
|
|
DISTNAME= kdebase-Beta3-1
|
|
PKGNAME= kdebase-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[1-9]:${PORTSDIR}/x11/qt \
|
|
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
|
|
jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \
|
|
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
|
|
|
|
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}/kdebase
|
|
|
|
.include <bsd.port.mk>
|