diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-09 16:52:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-09 16:52:28 +0000 |
commit | 568f8e877fb50618d4813b943d712e3bc08fd147 (patch) | |
tree | 16eef3a555a802ca06d05606c7f2a75ccbc6a431 /x11-clocks/kdetoys4/Makefile | |
parent | bdcf355d6dedb8678255a8053a2b423f9cc7cc6c (diff) |
The KDE FreeBSD team is proud to announce the release of KDE 4.1.0
for FreeBSD. The official KDE 4.1.0 release notes can be found at
http://www.kde.org/announcements/4.1/.
Some note:
* Prefix
KDE4 will be install into a custom prefixes namely ${LOCALBASE}/kde4.
KDE4 and KDE3 can co-exist
* Sound
For sound to work, it is necessary to have dbus and hal enabled
in your system. Please see the respective documentation on how
to enable these.
For more Informations see the HEADS UP at ports@ and kde-freebsd@
or our wiki page http://wiki.freebsd.org/KDE4/Install.
Have fun!
Notes
Notes:
svn path=/head/; revision=218272
Diffstat (limited to 'x11-clocks/kdetoys4/Makefile')
-rw-r--r-- | x11-clocks/kdetoys4/Makefile | 35 |
1 files changed, 15 insertions, 20 deletions
diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index db10fad78723..de421bfb6cc1 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -1,33 +1,28 @@ -# -*-mode: makefile-*- -# New ports collection makefile for: kdetoys3 -# Date created: 14 May 2000 02:45:53 -# Whom: Will Andrews <will@FreeBSD.org> +# New ports collection Makefile for: kdetoys +# Date created: 2008-01-31 +# Whom: Martin Wilke <miwi@FreeBSD.org> # # $FreeBSD$ -# PORTNAME= kdetoys -PORTVERSION= ${KDE_VERSION} -PORTREVISION= 1 -CATEGORIES= x11-clocks kde misc +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= x11-clocks kde MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org -COMMENT= Small applications for KDE +COMMENT= Collection of entertaining, educational programs for KDE -USE_KDELIBS_VER=3 -PREFIX= ${KDE_PREFIX} +LATEST_LINK= ${PORTNAME}4 USE_BZIP2= yes -USE_AUTOTOOLS= libtool:15 -USE_GMAKE= yes - -USE_LDCONFIG= yes -LDCONFIG_DIRS+= %%PREFIX%%/lib/kde3 +USE_QT_VER= 4 +QT_COMPONENTS= opengl gui moc rcc uic +USE_KDE4= kdelibs workspace kdeprefix kdehier automoc4 +KDE4_BUILDENV= yes -.include "${.CURDIR}/../../x11/kde3/Makefile.kde" -.include <bsd.port.pre.mk> +post-extract: + ${MKDIR} ${WRKSRC} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |