mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
ccf14dbaa5
Major changes: - Update project page - Update main maintainers email address - Minor documentation updates (links) - Test suite (developer) Full changelog : https://github.com/jpoliv/wakeonlan/blob/v0.42/Changes
25 lines
486 B
Makefile
25 lines
486 B
Makefile
PORTNAME= wakeonlan
|
|
PORTVERSION= 0.42
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
|
COMMENT= Sends magic packets to WOL enabled NIC to switch on the called PC
|
|
WWW= https://github.com/jpoliv/wakeonlan
|
|
|
|
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>
|