mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
26 lines
561 B
Makefile
26 lines
561 B
Makefile
# New ports collection makefile for: libXau
|
|
# Date Created: 29 Oct, 2003
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libXau
|
|
PORTVERSION= 1.0.4
|
|
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>
|