1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/x11/wmsystemtray/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

21 lines
449 B
Makefile

# $FreeBSD$
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>