mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
04b712ca0b
Approved by: kwm, miwi (mentors, implicit) Obtained from: xorg development repo
20 lines
263 B
Makefile
20 lines
263 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xlsatoms
|
|
PORTVERSION= 1.1.1
|
|
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
|
|
|
|
MAN1= xlsatoms.1
|
|
|
|
.include <bsd.port.mk>
|