ca3476f403
This package contains ypcat, ypmatch, ypset, ypwhich, yppasswd, domainname, nisdomainname and ypdomainname. Maybe it will build on other platforms?
22 lines
648 B
Makefile
22 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/12/06 00:16:14 jeremy-c-reed Exp $
|
|
#
|
|
|
|
DISTNAME= yp-tools-2.8
|
|
CATEGORIES= net sysutils
|
|
MASTER_SITES= http://www.us.kernel.org/pub/linux/utils/net/NIS/ \
|
|
ftp://ftp.kernel.org/pub/linux/utils/net/NIS/ \
|
|
http://www.de.kernel.org/pub/linux/utils/net/NIS/ \
|
|
ftp://ftp.kr.kernel.org/pub/linux/utils/net/NIS/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://www.linux-nis.org/nis/yp-tools/
|
|
COMMENT= Linux NIS (YP) Tools
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-* # uses glibc header rpcsvc/ypclnt.h
|
|
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|