mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
8b07f3e598
PR: 201499 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
36 lines
1.4 KiB
Makefile
36 lines
1.4 KiB
Makefile
# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= desktop
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
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
|
|
|
|
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>
|