mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
6d98d1c0f1
Obtained from: Xorg devel repo
18 lines
267 B
Makefile
18 lines
267 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xlsatoms
|
|
PORTVERSION= 1.1.2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= List interned atoms defined on a server
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xmuu
|
|
|
|
PLIST_FILES= bin/xlsatoms man/man1/xlsatoms.1.gz
|
|
|
|
.include <bsd.port.mk>
|