aboutsummaryrefslogtreecommitdiff
path: root/x11/libXau/Makefile
blob: e894f5bfc59b12a58b50357c4d4ad979f92ab144 (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

USES=		xorg xorg-cat:lib
USE_XORG=	xorgproto

INSTALL_TARGET=install-strip

.include <bsd.port.mk>