mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
425474f5f5
Approved by: portmgr (implicit) Feature safe: yes Redports: ignore
21 lines
467 B
Makefile
21 lines
467 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= wakeonlan.1
|
|
|
|
post-install:
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|