1790b09404
http://bento.freebsd.org/errorlogs/i386-5-latest/wakeonlan-0.40.log Reported by: kris Pointy hat to: me
26 lines
570 B
Makefile
26 lines
570 B
Makefile
# 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.40
|
|
PORTREVISION= 1
|
|
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>
|