diff options
author | Ken Moore <ken@ixsystems.com> | 2019-04-01 12:47:03 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2019-04-01 12:47:03 -0400 |
commit | 86ace88c34c2f39c4552d69cfa222ca356808272 (patch) | |
tree | 200e86d5e996aaaa776faa07eea4cab6a13f1c07 /port-files/FreeBSD/deskutils/lumina-pdf/Makefile | |
parent | Remove the "@qt5" flavor of gstreamer1-qt. Qt5 is the only option now - flavo... (diff) | |
download | lumina-86ace88c34c2f39c4552d69cfa222ca356808272.tar.gz lumina-86ace88c34c2f39c4552d69cfa222ca356808272.tar.bz2 lumina-86ace88c34c2f39c4552d69cfa222ca356808272.zip |
Remove the lumina-[calculator/pdf] ports.
These are in their own repositories now.
Diffstat (limited to 'port-files/FreeBSD/deskutils/lumina-pdf/Makefile')
-rw-r--r-- | port-files/FreeBSD/deskutils/lumina-pdf/Makefile | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/port-files/FreeBSD/deskutils/lumina-pdf/Makefile b/port-files/FreeBSD/deskutils/lumina-pdf/Makefile deleted file mode 100644 index fcacd7d3..00000000 --- a/port-files/FreeBSD/deskutils/lumina-pdf/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# $FreeBSD$ - -PORTNAME= lumina-pdf -PORTVERSION= %%CHGVERSION%% -PORTREVISION= %%CHGREVISION%% -CATEGORIES= deskutils - -MAINTAINER= jt@ixsystems.com -COMMENT= PDF viewer from the Lumina Desktop - -LICENSE= BSD3CLAUSE - -CONFLICTS_INSTALL= lumina-1.2.* - -OPTIONS_DEFINE= I18N - -OPTIONS_SINGLE= RENDERER -OPTIONS_SINGLE_RENDERER= POPPLER MUPDF - -OPTIONS_SUB= yes -OPTIONS_DEFAULT= I18N MUPDF - -I18N_DESC= Install localization files -POPPLER_DESC= Use Poppler-qt5 backend renderer -MUPDF_DESC= Use MuPDF backend renderer - -.include <bsd.port.options.mk> - -MAKE_JOBS_UNSAFE=yes - -USES= qmake qt:5 -USE_QT= core gui widgets network svg multimedia \ - buildtools_build x11extras concurrent printsupport -USE_GITHUB= yes -GH_ACCOUNT= lumina-desktop -GH_PROJECT= lumina -GH_TAGNAME= %%GHTAG%% -WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} - -.if${PORT_OPTIONS:MPOPPLER} -QMAKE_ARGS+= USE_POPPLER=true -LIB_DEPENDS+= libpoppler-qt5.so:graphics/poppler-qt5 -.elif${PORT_OPTIONS:MMUPDF} -QMAKE_ARGS+= USE_MUPDF=true -LIB_DEPENDS+= libmupdf.so:graphics/mupdf -.endif - -.if${PORT_OPTIONS:MI18N} -USE_QT+= linguist_build -QMAKE_ARGS+=CONFIG+=WITH_I18N -.endif - -.include <bsd.port.mk> |