aboutsummaryrefslogtreecommitdiff
path: root/x11/deforaos-desktop/Makefile
blob: 803cfbe8cf9e0c7d2a6f986bfe92cafa36b603f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Olivier Cochard-Labbe <olivier@FreeBSD.org>
# $FreeBSD$

PORTNAME=	desktop
PORTVERSION=	0.1
PORTREVISION=	6
CATEGORIES=	x11
PKGNAMEPREFIX=	deforaos-

MAINTAINER=	olivier@FreeBSD.org
COMMENT=	Deforaos distribution metaport

RUN_DEPENDS=	${LOCALBASE}/bin/keyboard:x11/deforaos-keyboard \
		${LOCALBASE}/bin/panel:x11/deforaos-panel \
		${LOCALBASE}/bin/browser:x11-fm/deforaos-browser \
		${LOCALBASE}/bin/locker:x11/deforaos-locker \
		${LOCALBASE}/bin/pdfviewer:print/deforaos-pdfviewer \
		${LOCALBASE}/bin/mailer:mail/deforaos-mailer \
		${LOCALBASE}/bin/todo:deskutils/deforaos-todo \
		${LOCALBASE}/bin/player:multimedia/deforaos-player \
		${LOCALBASE}/bin/editor:editors/deforaos-editor \
		${LOCALBASE}/bin/phone:comms/deforaos-phone

USES=		metaport

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>