aboutsummaryrefslogtreecommitdiff
path: root/x11/arcan-trayicon/Makefile
blob: 81f77925a7bbb19c39e645765327df21a6a17247 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	arcan-trayicon
DISTVERSION=	0.6.0.1
CATEGORIES=	x11

MAINTAINER=	jbeich@FreeBSD.org
COMMENT=	Generic wrapper for registering Arcan clients as tray icons

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC:H:H:H}/data/distr/LICENSE.BSD

LIB_DEPENDS=	libarcan_shmif_ext.so:multimedia/arcan

USES=		compiler:c11 meson pkgconfig
USE_GITHUB=	yes
GH_ACCOUNT=	letoram
GH_PROJECT=	arcan
WRKSRC_SUBDIR=	src/tools/${PORTNAME:S/arcan-//}
PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>