2018-06-01 11:41:18 +00:00
|
|
|
# Created by: Eric Turgeon <ericbsd@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= brisk-menu
|
|
|
|
DISTVERSIONPREFIX= v
|
|
|
|
DISTVERSION= 0.5.1
|
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
2018-12-12 01:35:33 +00:00
|
|
|
PORTREVISION= 2
|
2018-06-01 11:41:18 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= ericbsd@FreeBSD.org
|
|
|
|
COMMENT= Brisk Menu is an efficient menu for the MATE Desktop
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
LIB_DEPENDS= libnotify.so:devel/libnotify
|
|
|
|
|
2018-09-18 08:14:23 +00:00
|
|
|
USES= compiler:c11 gnome mate meson ninja pkgconfig gettext
|
2018-06-01 11:41:18 +00:00
|
|
|
MESON_ARGS= --sysconfdir=${PREFIX}/etc
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= GhostBSD
|
|
|
|
|
|
|
|
USE_GNOME= gtk30
|
2018-10-13 20:24:52 +00:00
|
|
|
USE_MATE= menus panel
|
2018-06-01 11:41:18 +00:00
|
|
|
GLIB_SCHEMAS= com.solus-project.brisk-menu.gschema.xml
|
|
|
|
|
2018-10-13 20:24:52 +00:00
|
|
|
.if exists(/usr/bin/ld.lld)
|
|
|
|
LDFLAGS+= -fuse-ld=lld
|
|
|
|
.else
|
|
|
|
USE_BINUTILS= yes
|
|
|
|
LDFLAGS+= -B${LOCALBASE}/bin
|
|
|
|
.endif
|
|
|
|
|
2018-06-01 11:41:18 +00:00
|
|
|
.include <bsd.port.mk>
|