aboutsummaryrefslogtreecommitdiff
path: root/x11/libXres/Makefile
blob: 80fb4a7573ce6dd4540cf8d546a306ad90064333 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Eric Anholt <anholt@FreeBSD.org>

PORTNAME=	libXres
PORTVERSION=	1.2.0
PORTREVISION=	2
CATEGORIES=	x11

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

LICENSE=	MIT

USES=		cpe xorg xorg-cat:lib
USE_XORG=	x11 xext xorgproto
INSTALL_TARGET=	install-strip
CPE_PRODUCT=	libxres
CPE_VENDOR=	x

.include <bsd.port.mk>