1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/sysutils/vordog/Makefile
Mark Linimon b024879f81 Reset thinker@branda.to due to maintainer-timeouts and no response to
email.  While here, tighten up comments and pet portlint.

Hat:		portmgr
2009-08-17 05:27:02 +00:00

24 lines
505 B
Makefile

# Ports collection makefile for: vordog
# Date created: 8 July 2008
# Whom: Kueifeng Li <thinker@branda.to>
#
# $FreeBSD$
#
PORTNAME= vordog
PORTVERSION= 20080708
CATEGORIES= sysutils kld
MASTER_SITES= http://www.assembla.com/spaces/vordog/documents/dcR7vqtqyr3AMlab7jnrAJ/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Watchdog(9) driver for watchdog timer of Vortex86
KMODDIR= /boot/modules
ONLY_FOR_ARCHS= i386
do-install:
${INSTALL_KLD} ${WRKSRC}/vordog.ko ${KMODDIR}
.include <bsd.port.mk>