aboutsummaryrefslogtreecommitdiffstats
path: root/net/wakeonlan/Makefile
blob: 76a8e4498494ede2f7ad2d0a49777c7e45951e6b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>