blob: 05bab3462aad4c6a1304aab107da0c3091864ae7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.2 2013/05/28 03:47:57 rodent Exp $
#
DISTNAME= xlsatoms-1.1.1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rodent@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= Lists the interned atoms defined on an X11 server
LICENSE= x11
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/libxcb/buildlink3.mk"
.include "../../devel/xorg-util-macros/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|