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

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>