summaryrefslogtreecommitdiff
path: root/x11/libXau/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/libXau/Makefile')
-rw-r--r--x11/libXau/Makefile23
1 files changed, 9 insertions, 14 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile
index 0319868a2301..03efb67c84a6 100644
--- a/x11/libXau/Makefile
+++ b/x11/libXau/Makefile
@@ -6,26 +6,21 @@
#
PORTNAME= libXau
-PORTVERSION= 0.1.1
-PORTREVISION= 1
+PORTVERSION= 1.0.3
+PORTREVISION= 2
CATEGORIES= x11
-MASTER_SITES= http://freedesktop.org/~ajax/xlibs-release/
MAINTAINER= x11@FreeBSD.org
COMMENT= Authentication Protocol library for X11
-BUILD_DEPENDS= ${X11BASE}/libdata/pkgconfig/xproto.pc:${PORTSDIR}/x11/xproto
+XORG_CAT= lib
+USE_XORG= xproto:both
-CONFLICTS= XFree86-libraries-* xorg-libraries-*
+MAN3= Xau.3 XauDisposeAuth.3 XauFileName.3 XauGetAuthByAddr.3 \
+ XauGetBestAuthByAddr.3 XauLockAuth.3 XauReadAuth.3 \
+ XauUnlockAuth.3 XauWriteAuth.3
-USE_AUTOTOOLS= libtool:15
-USE_BZIP2= yes
-PREFIX?= ${X11BASE}
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_GMAKE= yes
-USE_GNOME= gnomehack pkgconfig
-
-INSTALLS_SHLIB= yes
+post-install:
+ ${LN} -sf ${PREFIX}/lib/libXau.so.6 ${PREFIX}/lib/libXau.so.0
.include <bsd.port.mk>