mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|