pkgsrc-wip/linux-nfs-utils/Makefile
Johnny C. Lam 64bfcf7b60 Catch up to modern pkginstall framework: USE_PKGINSTALL has been dead
for a while now, and *_EXTRA_TMPL are generally not needed anymore.
2006-03-14 01:27:57 +00:00

21 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.7 2006/03/14 01:28:01 jlamwww Exp $
DISTNAME= nfs-utils-1.0.6
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
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
# uses linux/version.h and only tested under Linux
ONLY_FOR_PLATFORM= Linux-*-*
RCD_SCRIPTS= mountd nfsd nfslocking
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"