[Midnightbsd-cvs] mports: mports/misc: Add midnightbsd-desktop, a meta port for installing

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Jul 4 17:42:11 EDT 2008


Log Message:
-----------
Add midnightbsd-desktop, a meta port for installing a "base" desktop. For now, we'll use KDE because it is the most stable in mports.  Long term, this won't be KDE.

Modified Files:
--------------
    mports/misc:
        Makefile (r1.43 -> r1.44)

Added Files:
-----------
    mports/misc/midnightbsd-desktop:
        Makefile (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/misc/Makefile,v
retrieving revision 1.43
retrieving revision 1.44
diff -L misc/Makefile -L misc/Makefile -u -r1.43 -r1.44
--- misc/Makefile
+++ misc/Makefile
@@ -76,6 +76,7 @@
     SUBDIR += ldconfig_compat
     SUBDIR += localedata
     SUBDIR += manpages-de
+    SUBDIR += midnightbsd-desktop
     SUBDIR += mime-support
     SUBDIR += mirmon
     SUBDIR += newer
--- /dev/null
+++ misc/midnightbsd-desktop/pkg-descr
@@ -0,0 +1 @@
+Create an instant graphic desktop environment. 
--- /dev/null
+++ misc/midnightbsd-desktop/Makefile
@@ -0,0 +1,39 @@
+# New ports collection makefile for: midnightbsd-desktop
+# Date created:		July 4, 2008
+# Whom:			Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/misc/midnightbsd-desktop/Makefile,v 1.1 2008/07/04 21:42:09 laffer1 Exp $
+#
+
+PORTNAME=	midnightbsd-desktop
+PORTVERSION=	1.0
+CATEGORIES=	misc
+MASTER_SITES=	# none
+DISTFILES=	# none
+
+MAINTAINER=     luke at MidnightBSD.org
+COMMENT=        MidnightBSD desktop environment
+LICENSE=	agg
+
+# needs firefox ?
+# gimp:${PORTSDIR}/graphics/gimp-app \
+# gdm:${PORTSDIR}/x11/gdm \
+
+RUN_DEPENDS=	startkde:${PORTSDIR}/x11/kde-lite \
+		bash:${PORTSDIR}/shells/bash \
+		kword:${PORTSDIR}/editors/koffice-kde3 \
+		smbd:${PORTSDIR}/net/samba3 \
+		cupsd:${PORTSDIR}/print/cups-base \
+		pidgin:${PORTSDIR}/net-im/pidgin \
+		${LOCALBASE}/etc/rc.d/bsdstats.sh:${PORTSDIR}/sysutils/bsdstats
+
+USE_XORG=	x11
+USE_PERL5_RUN=	yes
+USE_PYTHON_RUN=	yes
+
+NO_WRKSUBDIR=	YES
+NO_BUILD=	YES
+
+do-install: # empty
+
+.include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list