diff options
author | bapt <bapt@FreeBSD.org> | 2012-12-19 22:45:35 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-12-19 22:45:35 +0800 |
commit | cd36cb93492a95c42859cad118916a42773f0d60 (patch) | |
tree | 276d3ff32ba3ccf2ec0f9f0671f8f6c6f8142083 /x11 | |
parent | ad56650407d90d7fe869f0c764293d52cdc636cd (diff) | |
download | freebsd-ports-gnome-cd36cb93492a95c42859cad118916a42773f0d60.tar.gz freebsd-ports-gnome-cd36cb93492a95c42859cad118916a42773f0d60.tar.zst freebsd-ports-gnome-cd36cb93492a95c42859cad118916a42773f0d60.zip |
This metaport installs the entire Deforaos desktop
PR: ports/173001
Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/deforaos-desktop/Makefile | 39 | ||||
-rw-r--r-- | x11/deforaos-desktop/pkg-descr | 3 |
3 files changed, 43 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 16985050fa1d..a3ebeabdbb69 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -31,6 +31,7 @@ SUBDIR += compositeproto SUBDIR += damageproto SUBDIR += decurs + SUBDIR += deforaos-desktop SUBDIR += deforaos-keyboard SUBDIR += deforaos-libdesktop SUBDIR += deforaos-locker diff --git a/x11/deforaos-desktop/Makefile b/x11/deforaos-desktop/Makefile new file mode 100644 index 000000000000..f8c25ce52860 --- /dev/null +++ b/x11/deforaos-desktop/Makefile @@ -0,0 +1,39 @@ +# Created by: Olivier Cochard-Labbe <olivier@cochard.me> +# $FreeBSD$ + +PORTNAME= desktop +PORTVERSION= 0.1 +CATEGORIES= x11 +MASTER_SITES= # none +DISTFILES= # none +EXTRACT_ONLY= # none +PKGNAMEPREFIX= deforaos- + +MAINTAINER= olivier@cochard.me +COMMENT= Deforaos distribution metaport + +RUN_DEPENDS= ${LOCALBASE}/bin/keyboard:${PORTSDIR}/x11/deforaos-keyboard \ + ${LOCALBASE}/bin/panel:${PORTSDIR}/x11/deforaos-panel \ + ${LOCALBASE}/bin/browser:${PORTSDIR}/x11-fm/deforaos-browser \ + ${LOCALBASE}/bin/locker:${PORTSDIR}/x11/deforaos-locker \ + ${LOCALBASE}/bin/pdfviewer:${PORTSDIR}/print/deforaos-pdfviewer \ + ${LOCALBASE}/bin/mailer:${PORTSDIR}/mail/deforaos-mailer \ + ${LOCALBASE}/bin/surfer:${PORTSDIR}/www/deforaos-surfer \ + ${LOCALBASE}/bin/todo:${PORTSDIR}/deskutils/deforaos-todo \ + ${LOCALBASE}/bin/player:${PORTSDIR}/multimedia/deforaos-player \ + ${LOCALBASE}/bin/mixer:${PORTSDIR}/audio/deforaos-mixer \ + ${LOCALBASE}/bin/editor:${PORTSDIR}/editors/deforaos-editor \ + ${LOCALBASE}/bin/phone:${PORTSDIR}/comms/deforaos-phone + +NO_BUILD= yes + +do-install: + +pre-everything:: + @${ECHO_MSG} "This is a meta-port, meaning that it just depends on its subparts of the port." + @${ECHO_MSG} "It won't build and install all the parts until you have typed make install" + @${ECHO_MSG} "This port does not ensure things are upgraded; use pkgng/portmaster if you want to" + @${ECHO_MSG} "upgrade Defora." + @${ECHO_MSG} "" + +.include <bsd.port.mk> diff --git a/x11/deforaos-desktop/pkg-descr b/x11/deforaos-desktop/pkg-descr new file mode 100644 index 000000000000..984b6650c371 --- /dev/null +++ b/x11/deforaos-desktop/pkg-descr @@ -0,0 +1,3 @@ +This metaport installs the entire Deforaos desktop + +WWW: http://www.defora.org/ |