diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kde/Makefile | 28 | ||||
-rw-r--r-- | x11/kde/pkg/COMMENT | 1 | ||||
-rw-r--r-- | x11/kde/pkg/DESCR | 7 | ||||
-rw-r--r-- | x11/kde/pkg/PLIST | 1 |
4 files changed, 37 insertions, 0 deletions
diff --git a/x11/kde/Makefile b/x11/kde/Makefile new file mode 100644 index 00000000000..e1d9bd7a515 --- /dev/null +++ b/x11/kde/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: kde +# Version required: around November 1997 +# Date created: 4 November 1997 +# Whom: Satoshi Asami <asami@freebsd.org> +# +# $Id: Makefile,v 1.1.1.1 1997/12/29 04:08:27 hubertf Exp $ +# + +DISTNAME= kde-1.2b +CATEGORIES= x11 kde +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= se@freebsd.org + +LIB_DEPENDS= kdecore\\.0\\.11:${PORTSDIR}/x11/kdelibs +RUN_DEPENDS= kwm:${PORTSDIR}/x11/kdebase \ + kcalc:${PORTSDIR}/misc/kdeutils \ + kmahjongg:${PORTSDIR}/games/kdegames \ +# kmail:${PORTSDIR}/net/kdenetwork + +EXTRACT_ONLY= # empty +NO_PATCH= yes +NO_BUILD= yes + +do-install: # empty + +.include <bsd.port.mk> diff --git a/x11/kde/pkg/COMMENT b/x11/kde/pkg/COMMENT new file mode 100644 index 00000000000..82c382714d8 --- /dev/null +++ b/x11/kde/pkg/COMMENT @@ -0,0 +1 @@ +The "meta-port" for the KDE integrated X11 desktop diff --git a/x11/kde/pkg/DESCR b/x11/kde/pkg/DESCR new file mode 100644 index 00000000000..3947b85acf5 --- /dev/null +++ b/x11/kde/pkg/DESCR @@ -0,0 +1,7 @@ +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. Its sole purpose is +to require dependencies so users can install this package only and +have all the KDE stuff pulled in by the port/package dependency +mechanism. diff --git a/x11/kde/pkg/PLIST b/x11/kde/pkg/PLIST new file mode 100644 index 00000000000..549a621fec0 --- /dev/null +++ b/x11/kde/pkg/PLIST @@ -0,0 +1 @@ +@comment this plist intentionally left empty |