aboutsummaryrefslogtreecommitdiffstats
path: root/x11/libXau/Makefile
blob: ee9539802685a68442327bf429d37137a2c083dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libXau
PORTVERSION=    1.0.9
CATEGORIES= x11

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

LICENSE=    MIT
LICENSE_FILE=   ${WRKSRC}/COPYING

XORG_CAT=   lib
USE_XORG=   xorgproto

INSTALL_TARGET=install-strip

.include <bsd.port.mk>