blob: 4690c0b67c44af7a690b54bf009b1e248a036054 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: bluegps
# Date created: 29 July 2007
# Whom: dirkx@webweaving.org
#
# $FreeBSD$
#
PORTNAME= bluegps-linux
PORTVERSION= 2.0
CATEGORIES= comms
MASTER_SITES= http://www.harbaum.org/till/bluegps/
EXTRACT_SUFX= .tgz
MAINTAINER= dirkx@joost.com
COMMENT= Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver
MAN1= bluegps.1
.include <bsd.port.mk>
|