ca0bfba2f5
Sends magic packets to WOL enabled NIC to switch on the called PC PR: 28530 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
24 lines
532 B
Makefile
24 lines
532 B
Makefile
# New ports collection makefile for: wakeonlan
|
|
# Date created: 30 June 2001
|
|
# Whom: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wakeonlan
|
|
PORTVERSION= 0.40
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= wakeonlan.1
|
|
|
|
post-install:
|
|
@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
|
|
@${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${PREFIX}/share/examples/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|