bac6e68361
4-channel-thermometer connected to a serial line. PR: ports/61645 Submitted by: Bernd Luevelsmeyer <bdluevel@heitec.net>
20 lines
410 B
Makefile
20 lines
410 B
Makefile
# New ports collection makefile for: voltcraft304
|
|
# Date created: 2004-01-20
|
|
# Whom: bdluevel@heitec.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= voltcraft304
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.heitec.net/pub/distfiles/
|
|
|
|
MAINTAINER= bdluevel@heitec.net
|
|
COMMENT= Reads temperatures from a Voltcraft 304 thermometer
|
|
|
|
MAN1= vc304.1
|
|
PLIST_FILES= bin/vc304
|
|
|
|
.include <bsd.port.mk>
|