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-calculator/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-calculator/Makefile')
-rw-r--r-- | port-files/FreeBSD/deskutils/lumina-calculator/Makefile | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/port-files/FreeBSD/deskutils/lumina-calculator/Makefile b/port-files/FreeBSD/deskutils/lumina-calculator/Makefile deleted file mode 100644 index 3ba9fad8..00000000 --- a/port-files/FreeBSD/deskutils/lumina-calculator/Makefile +++ /dev/null @@ -1,45 +0,0 @@ -# $FreeBSD$ - -PORTNAME= lumina-calculator -PORTVERSION= %%CHGVERSION%% -PORTREVISION= %%CHGREVISION%% -CATEGORIES= deskutils - -MAINTAINER= jt@ixsystems.com -COMMENT= Scientific calculator from the Lumina Desktop - -LICENSE= BSD3CLAUSE - -LIB_DEPENDS+= libxcb-ewmh.so:x11/xcb-util-wm \ - libxcb-icccm.so:x11/xcb-util-wm \ - libxcb-image.so:x11/xcb-util-image \ - libxcb-util.so:x11/xcb-util - -CONFLICTS_INSTALL= lumina-1.2.* - -OPTIONS_DEFINE= I18N -OPTIONS_SUB= yes -OPTIONS_DEFAULT= I18N -I18N_DESC= Install localization files - -.include <bsd.port.options.mk> - -MAKE_JOBS_UNSAFE=yes - -USES= qmake qt:5 -USE_GL= gl -USE_XORG= x11 xdamage xcb -USE_QT= core gui widgets network svg \ - buildtools_build x11extras concurrent multimedia -USE_GITHUB= yes -GH_ACCOUNT= lumina-desktop -GH_PROJECT= lumina -GH_TAGNAME= %%GHTAG%% -WRKSRC_SUBDIR= src-qt5/desktop-utils/${PORTNAME} - -.if${PORT_OPTIONS:MI18N} -USE_QT+= linguist_build -QMAKE_ARGS+=CONFIG+=WITH_I18N -.endif - -.include <bsd.port.mk> |