mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1449f40eb6
The use of --x-inc and --x-lib to pass in multiple directories is a hack, and should be replaced by a more robust approach. It works, but relies on implementation details of the configure script.
31 lines
930 B
Makefile
31 lines
930 B
Makefile
# New ports collection makefile for: kdelibs
|
|
# Version required: Beta1
|
|
# Date created: 28 October 1997
|
|
# Whom: Stefan Eßer <se@freebsd.org>
|
|
#
|
|
# $Id:$
|
|
#
|
|
|
|
DISTNAME= kdelibs-Beta1-2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.net.lut.ac.uk/kde/stable/Beta1/distribution/tgz/source/ \
|
|
ftp://ftp.uni-erlangen.de/pub/Linux/MIRROR.KDE/stable/Beta1/distribution/tgz/source/ \
|
|
ftp://ftp.caldera.com/pub/mirrors/kde/stable/Beta1/distribution/tgz/source/
|
|
EXTRACT_SUFX= .src.tgz
|
|
|
|
MAINTAINER= se@freebsd.org
|
|
|
|
LIB_DEPENDS= qt\\.1\\.[0-9]:${PORTSDIR}/x11/qt \
|
|
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
|
|
jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
|
|
"--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \
|
|
"--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" \
|
|
"--datadir=$(PREFIX)/share/kde"
|
|
|
|
WRKSRC= ${WRKDIR}/kdelibs
|
|
|
|
.include <bsd.port.mk>
|