mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-03 11:12:13 +00:00
62df320cc3
- Mark XFree86-4 as DEPRECATED with EXPIRATION_DATE set to 2007-12-25. I hope that nobody will be bored enough on Christmas to remove them on that day. Tested by: vehemens, Rene Ladan, Beech Rintoul, sarek on x11@
27 lines
503 B
Makefile
27 lines
503 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= 2
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= X Resource usage library
|
|
|
|
XORG_CAT= lib
|
|
USE_XORG= x11 xext xextproto resourceproto
|
|
|
|
MAN3= XRes.3 \
|
|
XResQueryClients.3 \
|
|
XResQueryClientPixmapBytes.3 \
|
|
XResQueryClientResources.3 \
|
|
XResQueryExtension.3 \
|
|
XResQueryVersion.3
|
|
|
|
.include <bsd.port.mk>
|