2013-09-20 14:54:54 +02:00
|
|
|
# Created by: Kueifeng Li <thinker@branda.to>
|
2008-07-19 18:06:37 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= vordog
|
|
|
|
PORTVERSION= 20080708
|
2009-08-17 07:27:02 +02:00
|
|
|
CATEGORIES= sysutils kld
|
2008-07-19 18:06:37 +02:00
|
|
|
MASTER_SITES= http://www.assembla.com/spaces/vordog/documents/dcR7vqtqyr3AMlab7jnrAJ/download/
|
|
|
|
|
2009-08-17 07:27:02 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-07-19 18:06:37 +02:00
|
|
|
COMMENT= Watchdog(9) driver for watchdog timer of Vortex86
|
|
|
|
|
2013-09-20 14:54:54 +02:00
|
|
|
SSP_UNSAFE= kernel module does not support ssp
|
2008-07-19 18:06:37 +02:00
|
|
|
KMODDIR= /boot/modules
|
|
|
|
|
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
2013-09-21 01:05:58 +02:00
|
|
|
NO_STAGE= yes
|
2008-07-19 18:06:37 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_KLD} ${WRKSRC}/vordog.ko ${KMODDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|