mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4dc064b0c5
(Note, since the shlib major didn't change this just removes the regexp support.)
34 lines
991 B
Makefile
34 lines
991 B
Makefile
# New ports collection makefile for: kdebase
|
|
# Version required: 1.0
|
|
# Date created: 28 October 1997
|
|
# Whom: Stefan Eßer <se@freebsd.org>
|
|
#
|
|
# $Id: Makefile,v 1.17 1998/08/12 06:29:35 asami Exp $
|
|
#
|
|
|
|
DISTNAME= kdebase-1.0
|
|
CATEGORIES= x11 kde
|
|
MASTER_SITES= $(MASTER_SITE_KDE)
|
|
MASTER_SITE_SUBDIR= stable/1.0/distribution/tar/generic/source
|
|
|
|
MAINTAINER= se@freebsd.org
|
|
|
|
LIB_DEPENDS= gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
kdecore\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
|
|
kdeui\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
|
|
jscript\\.0\\.9[0-9]:${PORTSDIR}/x11/kdelibs \
|
|
khtmlw\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
|
|
kfm\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs \
|
|
mediatool\\.1\\.[0-9]:${PORTSDIR}/x11/kdelibs
|
|
|
|
USE_QT= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= "--prefix=$(PREFIX)" \
|
|
"--with-extra-includes=$(PREFIX)/include/giflib"
|
|
|
|
CONFIGURE_ENV= CXXFLAGS="$(CFLAGS)" \
|
|
INSTALL_SCRIPT="install -c -m 555"
|
|
|
|
.include <bsd.port.mk>
|