1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:24:52 +00:00
freebsd-ports/x11/lumina/Makefile
Loïc Bartoletti 28045dbddc x11/lumina: Update to 1.6.0 and Take MAINTAINER'ship
- Update to 1.6.0
  - Take MAINTAINER'ship
  - Add missing USE_GL
  - Fix order of options in Makefiles

Changelog:
  - Lumina: https://github.com/lumina-desktop/lumina/compare/v1.5.0...v1.6.0
  - Lumina-pdf: https://github.com/lumina-desktop/lumina-pdf/compare/v1.5.0...v1.6.0
  - Lumina-calculator: https://github.com/lumina-desktop/lumina-calculator/compare/v1.5.0...v1.6.0

PR:	243895
Reviewed by:	mat, tcberner
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23603
2020-02-22 05:29:53 +00:00

31 lines
815 B
Makefile

# Created by: Ken Moore <ken@pcbsd.org>
# $FreeBSD$
PORTNAME= lumina
PORTVERSION= 1.6.0
PORTEPOCH= 3
CATEGORIES= x11
MAINTAINER= lbartoletti@FreeBSD.org
COMMENT= Lumina Desktop Environment (meta-port)
LICENSE= BSD3CLAUSE
RUN_DEPENDS= lumina-core>=0:x11/lumina-core \
lumina-coreutils>=0:x11/lumina-coreutils \
lumina-archiver>=0:deskutils/lumina-archiver \
lumina-calculator>=0:deskutils/lumina-calculator \
lumina-fileinfo>=0:deskutils/lumina-fileinfo \
lumina-fm>=0:deskutils/lumina-fm \
lumina-mediaplayer>=0:deskutils/lumina-mediaplayer \
lumina-pdf>=0:deskutils/lumina-pdf \
lumina-photo>=0:deskutils/lumina-photo \
lumina-screenshot>=0:deskutils/lumina-screenshot \
lumina-textedit>=0:deskutils/lumina-textedit
USES= metaport
CONFLICTS_INSTALL= lumina-1.2.*
.include <bsd.port.mk>