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

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>