diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-11-05 10:30:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-11-05 10:30:52 +0000 |
commit | 6d5277fd507828522ab699516f72720c79100b27 (patch) | |
tree | 3f0b451fcfd9814dd83af21aaa971dcaf7ece485 /x11/kde2/Makefile | |
parent | ed00a30be5a0a99ac33ac99986821f890cc2f567 (diff) | |
download | ports-6d5277fd507828522ab699516f72720c79100b27.tar.gz ports-6d5277fd507828522ab699516f72720c79100b27.zip |
This is the kde "meta-port" that depends on all six kde* ports.
Notes
Notes:
svn path=/head/; revision=8494
Diffstat (limited to 'x11/kde2/Makefile')
-rw-r--r-- | x11/kde2/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11/kde2/Makefile b/x11/kde2/Makefile new file mode 100644 index 000000000000..6fb7f6e428c9 --- /dev/null +++ b/x11/kde2/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: kde +# Version required: around November 1997 +# Date created: 4 November 1997 +# Whom: Satoshi Asami <asami@freebsd.org> +# +# $Id$ +# + +DISTNAME= kde-1.2b +CATEGORIES= x11 kde +MASTER_SITES= # empty +DISTFILES= # empty + +MAINTAINER= ports@freebsd.org + +LIB_DEPENDS= mimelib\\.1\\.0:${PORTSDIR}/converters/kdesupport \ + kdecore\\.0\\.11:${PORTSDIR}/x11/kdelibs +RUN_DEPENDS= kmail:${PORTSDIR}/net/kdenetwork \ + kcalc:${PORTSDIR}/misc/kdeutils \ + kmahjongg:${PORTSDIR}/games/kdegames \ + kwm:${PORTSDIR}/x11/kdebase + +EXTRACT_ONLY= # empty +NO_PATCH= yes +NO_BUILD= yes + +do-install: # empty + +.include <bsd.port.mk> |