mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
22 lines
499 B
Makefile
22 lines
499 B
Makefile
# Created by: 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
|
|
|
|
SSP_UNSAFE= kernel module does not support ssp
|
|
KMODDIR= /boot/modules
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_KLD} ${WRKSRC}/vordog.ko ${KMODDIR}
|
|
|
|
.include <bsd.port.mk>
|