aboutsummaryrefslogtreecommitdiff
path: root/x11/xlsatoms/Makefile
blob: 2cac75b6a5c998447a3e4c97b515f99fc46b5793 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	xlsatoms
PORTVERSION=	1.1.4
PORTREVISION=	1
CATEGORIES=	x11

MAINTAINER=	x11@FreeBSD.org
COMMENT=	List interned atoms defined on a server

LICENSE=	MIT

USES=		tar:xz xorg xorg-cat:app
USE_XORG=	xcb

PLIST_FILES=	bin/xlsatoms share/man/man1/xlsatoms.1.gz
GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share

.include <bsd.port.mk>