(at least without IPv6 configured) on NetBSD. npush will now use IPv6 and IPv4 multicast on the multicast groups ff02::6e63:7030 (6e63:7030 == 'ncp0') and 224.110.99.112 (110.99.112 == 'ncp'). If both methods fail, npush will resort to the broadcast packets used by previous versions. You can force the broadcast method by passing "-b" to npush so that previous npoll versions can see the announcements. "ncp" is a utility for copying files in a LAN. It has absolutely no security or integrity checking, no throttling, no features, except one: you don't have to type the coordinates of your peer.
20 lines
548 B
Makefile
20 lines
548 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/14 22:03:44 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= ncp-1.2.4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://dl.fefe.de/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.fefe.de/ncp/
|
|
COMMENT= Fast file copy tool for LANs
|
|
#LICENSE= asked upstream, will fill in when he replies
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CFLAGS+= -I${BUILDLINK_PREFIX.libowfat}/include/libowfat
|
|
INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
|
|
|
|
.include "../../devel/libowfat/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|