mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
b024879f81
email. While here, tighten up comments and pet portlint. Hat: portmgr
24 lines
505 B
Makefile
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>
|