summaryrefslogtreecommitdiffstats
path: root/x11/libXau/Makefile
blob: 78ef5c86a5d470c0d7962afd9f88b7a36e4abc98 (plain) (blame)
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
# New ports collection makefile for:   libXau
# Date Created:         29 Oct, 2003
# Whom:             Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD: ports/x11/libXau/Makefile,v 1.16 2009/01/23 16:28:12 flz Exp $
#

PORTNAME=   libXau
PORTVERSION=    1.0.6
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
COMMENT=    Authentication Protocol library for X11

XORG_CAT=   lib
USE_XORG=   xproto:both

MAN3=       Xau.3 XauDisposeAuth.3 XauFileName.3 XauGetAuthByAddr.3 \
        XauGetBestAuthByAddr.3 XauLockAuth.3 XauReadAuth.3 \
        XauUnlockAuth.3 XauWriteAuth.3

post-install:
    ${LN} -sf ${PREFIX}/lib/libXau.so.6 ${PREFIX}/lib/libXau.so.0

.include <bsd.port.mk>