1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/audio/kdemultimedia11/Makefile

39 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: kdemultimedia
# Version required: Beta1
# Date created: 28 October 1997
# Whom: Stefan E<>er <se@freebsd.org>
#
1998-03-04 23:22:26 +00:00
# $Id:$
#
1998-03-04 23:22:26 +00:00
DISTNAME= kdemultimedia-Beta3-1
CATEGORIES= x11
1998-03-04 23:22:26 +00:00
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
1998-03-04 23:22:26 +00:00
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 \
1998-03-04 23:22:26 +00:00
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)" \
1998-03-04 23:22:26 +00:00
"--with-extra-includes=$(PREFIX)/include/giflib"
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
INSTALL_SCRIPT="install -c -m 555"
WRKSRC= ${WRKDIR}/kdemultimedia
.include <bsd.port.mk>