1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/x11/deforaos-desktop/Makefile
Rene Ladan 7469b029a6 Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.

Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio*
2019-05-01 19:35:14 +00:00

34 lines
1.1 KiB
Makefile

# 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>