1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/x11/brisk-menu/Makefile
Gerald Pfeifer ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

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, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00

36 lines
711 B
Makefile

# Created by: Eric Turgeon <ericbsd@FreeBSD.org>
# $FreeBSD$
PORTNAME= brisk-menu
DISTVERSIONPREFIX= v
DISTVERSION= 0.5.2
PORTREVISION= 1
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
USES= compiler:c11 gnome mate meson ninja pkgconfig gettext
MESON_ARGS= --sysconfdir=${PREFIX}/etc
USE_GITHUB= yes
GH_ACCOUNT= GhostBSD
USE_GNOME= gtk30
USE_MATE= menus panel
GLIB_SCHEMAS= com.solus-project.brisk-menu.gschema.xml
.if exists(/usr/bin/ld.lld)
LDFLAGS+= -fuse-ld=lld
.else
USE_BINUTILS= yes
LDFLAGS+= -B${LOCALBASE}/bin
.endif
.include <bsd.port.mk>