mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
28 lines
513 B
Makefile
28 lines
513 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.5
|
|
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>
|