blob: d236f80c8bb7646767455dfaba10b96ad48cf1ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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= 1
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
post-install:
${MKDIR} ${PREFIX}/share/X11/app-defaults
.include <bsd.port.mk>
|