blob: addf5113b98f2d199b75a38ded56ab4cfb3b3fcb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= libXau
PORTVERSION= 1.0.8
PORTREVISION= 1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Authentication Protocol library for X11
XORG_CAT= lib
USE_XORG= xproto:both
.include <bsd.port.mk>
|