1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/wakeonlan/Makefile

23 lines
495 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
MAN1= wakeonlan.1
NO_STAGE= yes
post-install:
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${EXAMPLESDIR}
.include <bsd.port.mk>