summaryrefslogtreecommitdiffstats
path: root/x11/libXres/Makefile
blob: 08f9da9bb3930370ae5560b4b8d060ef3c3437de (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libXres
PORTVERSION=    1.0.6
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    X Resource usage library

LICENSE=    MIT

XORG_CAT=   lib
USE_XORG=   x11 xext xextproto resourceproto xproto:both

MAN3=       XRes.3 \
        XResQueryClients.3 \
        XResQueryClientPixmapBytes.3 \
        XResQueryClientResources.3 \
        XResQueryExtension.3 \
        XResQueryVersion.3

.include <bsd.port.mk>