diff options
author | zuntum <zuntum@pkgsrc.org> | 2003-04-04 18:16:47 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2003-04-04 18:16:47 +0000 |
commit | a1aa24abb8d94a871ead004852b13227598d327f (patch) | |
tree | 3f718d90baf6d16b3fc093e9a8080325faa099c4 /net/wol/Makefile | |
parent | 09a901a9028fc6181ca3f784a67412231fc1a1bf (diff) | |
download | pkgsrc-a1aa24abb8d94a871ead004852b13227598d327f.tar.gz |
Intial import of pkgsrc/net/wol - Small Wake On Lan client
wol implements Wake On LAN functionality in a small program. It wakes
up hardware that is Magic Packet (tm) compliant. Consider you have a
sleeping or turned-off computer and you want to remotely wake him up.
Just type wol MAC-ADDRESS and the host wakes up (OK, it will boot ;-).
This small utility was able to wake my PC that has Intel PRO/100+ NIC.
Provided by Juan RP <juan@xtraeme.dyndns.org> in PR#19575
Diffstat (limited to 'net/wol/Makefile')
-rw-r--r-- | net/wol/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/wol/Makefile b/net/wol/Makefile new file mode 100644 index 00000000000..7acc94ce682 --- /dev/null +++ b/net/wol/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/04/04 18:16:47 zuntum Exp $ +# + +DISTNAME= wol-0.6.0 +CATEGORIES= net +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ahh/} + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://ahh.sourceforge.net/wol/ +COMMENT= Small Wake On Lan client + +USE_BUILDLINK2= YES +GNU_CONFIGURE= YES +USE_GMAKE= YES +USE_GNU_GETTEXT= YES + +.include "../../converters/libiconv/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |