diff options
author | will <will@FreeBSD.org> | 2003-12-01 13:42:38 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-12-01 13:42:38 +0800 |
commit | 57313cf9b4668a536628e4286e1448968218e3f7 (patch) | |
tree | 0ff903f6f4f22d6551bdd2c35f50f4874782f041 /x11 | |
parent | b08eac9799f5c0836b00aaba048fd90b752da52a (diff) | |
download | freebsd-ports-graphics-57313cf9b4668a536628e4286e1448968218e3f7.tar.gz freebsd-ports-graphics-57313cf9b4668a536628e4286e1448968218e3f7.tar.zst freebsd-ports-graphics-57313cf9b4668a536628e4286e1448968218e3f7.zip |
Add kde-lite, the FreeBSD release "meta-port" for KDE.
Requested by: re
Approved by: portmgr (implicit)
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/kde-lite/Makefile | 26 | ||||
-rw-r--r-- | x11/kde-lite/pkg-descr | 8 |
3 files changed, 35 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 0240735a959..11d465e9289 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -64,6 +64,7 @@ SUBDIR += idesk SUBDIR += imwheel SUBDIR += kb2mb2 + SUBDIR += kde-lite SUBDIR += kde3 SUBDIR += kdebase3 SUBDIR += kdelibs3 diff --git a/x11/kde-lite/Makefile b/x11/kde-lite/Makefile new file mode 100644 index 00000000000..2a7fc6d5da1 --- /dev/null +++ b/x11/kde-lite/Makefile @@ -0,0 +1,26 @@ +# -*-mode: makefile-*- +# New ports collection makefile for: KDE release ports +# Date created: Sun Nov 30 19:55 EST 2003 +# Whom: Will Andrews <will@FreeBSD.org> +# +# $FreeBSD$ +# + +PKGNAMESUFFIX= -lite + +MAINTAINER= re@FreeBSD.org +COMMENT= The FreeBSD release "meta-port" for KDE + +MASTERDIR= ${.CURDIR}/../../x11/kde3 +.if defined(IS_INTERACTIVE) +CONFLICTS= kde-[0-9]* +.endif + +WITHOUT_KOFFICE= yes +WITHOUT_KDESDK= yes +WITHOUT_KDEVELOP= yes +WITHOUT_KDEEDU= yes +WITHOUT_KDEPIM= yes +WITHOUT_QUANTA= yes + +.include "${MASTERDIR}/Makefile" diff --git a/x11/kde-lite/pkg-descr b/x11/kde-lite/pkg-descr new file mode 100644 index 00000000000..3591c693006 --- /dev/null +++ b/x11/kde-lite/pkg-descr @@ -0,0 +1,8 @@ +KDE provides an integrated X11 based environment, much like CDE. + +This package does not contain anything by itself -- it is a +"meta-port" that depends on other KDE packages. This +particular meta-port is adjusted as necessary for release +engineering purposes. + +WWW: http://www.kde.org/ |