freebsd-ports/x11/libXres/Makefile
Florent Thoumie 5d486865e5 - Mark xtrans as a BUILD_DEPENDS only (unless specified otherwise with :both)
- Bump PORTREVISION on ports having xtrans in USE_XORG.
- Add some missing dependencies in various xorg libraries.
2008-03-13 10:33:56 +00:00

27 lines
515 B
Makefile

# New ports collection makefile for: libXext
# Date Created: 29 Oct, 2003
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libXres
PORTVERSION= 1.0.3
PORTREVISION= 3
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= X Resource usage library
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>