1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/wakeonlan/Makefile
2014-02-06 19:37:51 +00:00

20 lines
482 B
Makefile

# Created by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
# $FreeBSD$
PORTNAME= wakeonlan
PORTVERSION= 0.41
CATEGORIES= net
MASTER_SITES= http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/
MAINTAINER= ports@FreeBSD.org
COMMENT= Sends magic packets to WOL enabled NIC to switch on the called PC
USES= perl5
USE_PERL5= configure
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>