blob: 980039d012ca81572a9a1f7d676a1478cb930a5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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>
|