Adds a man page. Update DESCRiption. Comment out conflict with XFree86-libs since is in different PREFIX. Removed the builtin.mk file (this uses pkg-config files).
24 lines
573 B
Makefile
24 lines
573 B
Makefile
# $NetBSD: Makefile,v 1.15 2005/10/17 19:10:49 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= libXau-0.99.0
|
|
CATEGORIES= x11 devel
|
|
MASTER_SITES= http://xorg.freedesktop.org/X11R7.0-RC0/lib/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Authorization Protocol for X from X.org
|
|
|
|
#CONFLICTS+= XFree86-libs-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= xau.pc.in
|
|
|
|
.include "../../wip/xproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|