forked from Lainports/freebsd-ports
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
39 lines
955 B
Makefile
39 lines
955 B
Makefile
# -*-mode: makefile-*-
|
|
# New ports collection makefile for: kdebase-runtime
|
|
# Date created: 22 Januar 2008
|
|
# Whom: kde@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdebase-runtime
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11 kde
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Basic applications for the KDE system
|
|
|
|
LIB_DEPENDS= usb-0.1.8:${PORTSDIR}/devel/libusb \
|
|
xcb.2:${PORTSDIR}/x11/libxcb \
|
|
xine.1:${PORTSDIR}/multimedia/libxine \
|
|
xklavier.12:${PORTSDIR}/x11/libxklavier
|
|
RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme
|
|
|
|
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4
|
|
KDE4_BUILDENV= yes
|
|
USE_BZIP2= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib opengl dbus \
|
|
qmake_build moc_build rcc_build uic_build
|
|
USE_GETTEXT= yes
|
|
|
|
MAN1= kdesu.1
|
|
|
|
post-extract:
|
|
${MKDIR} ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|