9d0bab991e
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
17 lines
262 B
Makefile
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>
|