mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
0f43e19098
a bugfix, translation and maintenance update. Release note can be found at http://kde.org/announcements/announce-4.3.1.php We would like to thank all our contributors and testers. My personal thanks to miwi and makc for coaching me through my first KDE commit.
32 lines
735 B
Makefile
32 lines
735 B
Makefile
# -*-mode: makefile-*-
|
|
# New ports collection makefile for: KDE libraries 4
|
|
# Date created: 19 January 2008
|
|
# Whom: arved at FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kdelibs-experimental
|
|
PORTVERSION= ${KDE4_VERSION}
|
|
CATEGORIES= x11 kde ipv6
|
|
MASTER_SITES= ${MASTER_SITE_KDE}
|
|
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
|
|
PKGNAMESUFFIX?= # empty
|
|
DIST_SUBDIR= KDE
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Experimantal set of libraries needed by KDE programs
|
|
|
|
LATEST_LINK= ${PORTNAME}4
|
|
|
|
USE_KDE4= kdelibs kdeprefix kdehier automoc4
|
|
KDE4_BUILDENV= yes
|
|
USE_BZIP2= yes
|
|
USE_GETTEXT= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= corelib opengl dbus phonon \
|
|
qmake_build moc_build rcc_build uic_build
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
.include <bsd.port.mk>
|