freebsd-ports/x11/deforaos-desktop/Makefile
Tijl Coosemans 7ae3f48312 Remove libogg.so.8, libvorbis.so.4 and libvorbisfile.so.6 compatibility
links that were added in r374303 to prevent massive PORTREVISION bumps.
Bump dependent ports that have not been bumped since.
2016-12-08 15:38:24 +00:00

35 lines
1.2 KiB
Makefile

# Created by: Olivier Cochard-Labbe <olivier@FreeBSD.org>
# $FreeBSD$
PORTNAME= desktop
PORTVERSION= 0.1
PORTREVISION= 2
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>