freebsd-ports/x11/xlsatoms/Makefile
Niclas Zeising 9d0bab991e x11/xlsatoms: Update to 1.1.3
Update x11/xlsatoms to 1.1.3
Fix dependencies

This release fixes issues with listing ranges of atoms, as well as
including general janitorial maintenance.

Changelog:
https://lists.x.org/archives/xorg/2019-February/059614.html

PR:		236086
Submitted by:	Samy Mahmoudi
2019-03-06 21:38:37 +00:00

17 lines
262 B
Makefile

# $FreeBSD$
PORTNAME= xlsatoms
PORTVERSION= 1.1.3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= List interned atoms defined on a server
LICENSE= MIT
XORG_CAT= app
USE_XORG= xcb
PLIST_FILES= bin/xlsatoms man/man1/xlsatoms.1.gz
.include <bsd.port.mk>