mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
27 lines
514 B
Makefile
27 lines
514 B
Makefile
# Created by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
|
|
|
|
PORTNAME= wakeonlan
|
|
PORTVERSION= 0.41
|
|
PORTREVISION= 3
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= Sends magic packets to WOL enabled NIC to switch on the called PC
|
|
|
|
LICENSE= ART20
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= jpoliv
|
|
GH_TAGNAME= 4beb45d
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|