freebsd-ports/x11/wmsystemtray/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

18 lines
436 B
Makefile

PORTNAME= wmsystemtray
PORTVERSION= 1.4
CATEGORIES= x11 windowmaker afterstep
MASTER_SITES= SF/wmsystemtray/wmsystemtray
MAINTAINER= iluxa@ex.ua
COMMENT= System tray dockapp that uses freedesktop.org system tray protocol
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= pkgconfig xorg
USE_XORG= ice sm x11 xext xfixes xmu xpm
GNU_CONFIGURE= yes
PLIST_FILES= bin/wmsystemtray man/man1/wmsystemtray.1.gz
.include <bsd.port.mk>