2003-12-22 01:23:26 +01:00
|
|
|
# New ports collection makefile for: libXext
|
|
|
|
# Date Created: 29 Oct, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libXres
|
2010-05-01 13:41:07 +02:00
|
|
|
PORTVERSION= 1.0.4
|
2003-12-22 01:23:26 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X Resource usage library
|
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
XORG_CAT= lib
|
2008-03-13 11:33:56 +01:00
|
|
|
USE_XORG= x11 xext xextproto resourceproto xproto:both
|
2003-12-22 01:23:26 +01:00
|
|
|
|
2007-05-19 22:36:56 +02:00
|
|
|
MAN3= XRes.3 \
|
|
|
|
XResQueryClients.3 \
|
|
|
|
XResQueryClientPixmapBytes.3 \
|
|
|
|
XResQueryClientResources.3 \
|
|
|
|
XResQueryExtension.3 \
|
|
|
|
XResQueryVersion.3
|
2003-12-22 01:23:26 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|