7f22f262f9
Add pointers to mailing list, bugzilla, wiki & git repo to README Man page updates: add "SEE ALSO", update xdm references Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS C89 fix Change xauth_CFLAGS to AM_CFLAGS to make automake-1.10 happier Replace rsh by ssh the extract/merge example. Rsh is no more. Initialize ed.used_stdout at the beginning of do_extract() Fix format error Correct make distcheck.
21 lines
512 B
Makefile
21 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.4 2009/11/09 19:19:47 tnn Exp $
|
|
#
|
|
|
|
DISTNAME= xauth-1.0.4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= X authentication utility
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/xextproto/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|