pkgsrc-wip/linux-nfs-utils/Makefile
Jeremy C. Reed be70436807 This is the Linux NFS utility package. This software includes
exportfs, rpc.lockd and various other tools and daemons.
2003-05-16 04:36:05 +00:00

20 lines
541 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/05/16 04:36:05 jeremy-c-reed Exp $
DISTNAME= nfs-utils-1.0.1
PKGNAME= linux-${DISTNAME}
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=nfs/}
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://sourceforge.net/projects/nfs/
COMMENT= Linux NFS client and server utilities
USE_BUILDLINK2= # defined
GNU_CONFIGURE= yes
USE_GMAKE= yes
# uses linux/version.h and only tested under Linux
ONLY_FOR_PLATFORM= Linux-*-*
.include "../../security/tcp_wrappers/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"