Subversion Repositories general

Rev

Rev 1173 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1173 dev 1
# Ports collection makefile for:  rebootd
2
# Date created:			  23 Dec 2005
3
# Whom:				  Anatoli Klassen <anatoli@aksoft.net>
4
#
5
# $FreeBSD$
6
#
7
 
8
PORTNAME=	rebootd
1177 dev 9
PORTVERSION=	%VER_MAJOR%.%VER_MINOR%.%VER_REVISION%
1173 dev 10
CATEGORIES=	net
1177 dev 11
MASTER_SITES=	http://www.26th.net/public/projects/rebootd/bin/
1173 dev 12
 
13
MAINTAINER=	anatoli@aksoft.net
14
COMMENT=	Waits on specified UDP port for special string and reboots the computer
15
 
16
#MAN8=		rebootd.8
17
 
18
.include <bsd.port.mk>