freebsd-ports/x11/kdebase2/Makefile
Satoshi Asami ab4c4c3135 (1) Move the following ports out of x11/:
kdegames   -> games/
    kdenetwork -> net/
    kdesupport -> converters/
    kdeutils   -> misc/

    (Repository copy already done, dependency path and category name fixups
     is being done in this commit.)

(2) Add a virtual category "kde" and add all six (incl. x11/kde{base,lib})
    ports.

(3) Make package names follow the convention.

(4) Change "BUILD_DEPENDS=${X11R6}/bin/moc:..." to "...=moc:...".
    There is no need to specify the full pathname if the target is an
    executable in the standard path.  (Actually, as the same port is
    specified in LIB_DEPENDS, I think we can completely do away with
    this line but since Stefan added this explicitly, I assume there
    is a reason for it and left it alone.)

Approved by:	se (all but 4)
1997-11-05 04:20:23 +00:00

38 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.3 1997/11/03 21:55:35 se Exp $
#
DISTNAME= kdebase-Beta1-3
PKGNAME= kdebase-1.3b
CATEGORIES= x11 kde
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
BUILD_DEPENDS= moc:${PORTSDIR}/x11/qt
LIB_DEPENDS= qt\\.1\\.3[0-9]:${PORTSDIR}/x11/qt \
gif\\.[23]\\.:${PORTSDIR}/graphics/giflib \
jpeg\\.[67]\\.:${PORTSDIR}/graphics/jpeg \
kdecore\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs \
kdeui\\.0\\.1[0-9]:${PORTSDIR}/x11/kdelibs \
jscript\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \
khtmlw\\.0\\.1[1-9]:${PORTSDIR}/x11/kdelibs \
kfm\\.0\\.[1-9]:${PORTSDIR}/x11/kdelibs \
mediatool\\.0\\.[6-9]:${PORTSDIR}/x11/kdelibs
HAS_CONFIGURE= yes
CONFIGURE_ARGS= "--x-inc=$(X11BASE)/include -I$(PREFIX)/include -I$(PREFIX)/include/giflib" \
"--x-lib=$(X11BASE)/lib -L$(PREFIX)/lib" \
"--prefix=$(PREFIX)"
WRKSRC= ${WRKDIR}/kdebase
.include <bsd.port.mk>