freebsd-ports/net/wakeonlan/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

24 lines
488 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
CATEGORIES= net
MASTER_SITES= http://gsd.di.uminho.pt/jpo/software/wakeonlan/downloads/
MAINTAINER= ports@FreeBSD.org
PERL_CONFIGURE= yes
MAN1= wakeonlan.1
post-install:
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/examples/lab001.wol ${EXAMPLESDIR}
.include <bsd.port.mk>