1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net/wakeonlan/Makefile

25 lines
554 B
Makefile
Raw Normal View History

# New ports collection makefile for: wakeonlan
# Date created: 30 June 2001
# Whom: 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
2003-02-20 19:00:52 +00:00
COMMENT= Sends magic packets to WOL enabled NIC to switch on the called PC
PERL_CONFIGURE= yes
2004-02-27 02:35:35 +00:00
MAN1= wakeonlan.1
post-install:
2002-01-10 11:14:44 +00:00
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${EXAMPLESDIR}
.include <bsd.port.mk>