freebsd-ports/x11/deforaos-desktop/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

35 lines
1.2 KiB
Makefile

# Created by: Olivier Cochard-Labbe <olivier@FreeBSD.org>
# $FreeBSD$
PORTNAME= desktop
PORTVERSION= 0.1
PORTREVISION= 1
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/surfer:www/deforaos-surfer \
${LOCALBASE}/bin/todo:deskutils/deforaos-todo \
${LOCALBASE}/bin/player:multimedia/deforaos-player \
${LOCALBASE}/bin/mixer:audio/deforaos-mixer \
${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>