Inetutils is a collection of common network programs. It includes: * An ftp client and server. * A telnet client and server. * An rsh client and server. * An rlogin client and server. * A tftp client and server. * And much more... Most of them are improved versions of programs originally from BSD. Some others are original versions, written from scratch.
21 lines
520 B
Makefile
21 lines
520 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/07/07 04:03:06 adam Exp $
|
|
|
|
DISTNAME= inetutils-1.9.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=inetutils/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/software/inetutils/
|
|
COMMENT= GNU network utilities
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
INFO_FILES= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-path-bshell=${SH:Q}
|
|
CONFIGURE_ARGS+= --with-path-cp=${CP:Q}
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|