mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
d4329229fb
While here move manpages to share/man
15 lines
394 B
Makefile
15 lines
394 B
Makefile
PORTNAME= bluegps-linux
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms
|
|
MASTER_SITES= http://www.harbaum.org/till/bluegps/
|
|
|
|
MAINTAINER= dirkx@webweaving.org
|
|
COMMENT= Command line tool to download datalogs from the Royaltek RBT-3000 bluetooth GPS receiver
|
|
WWW= http://www.harbaum.org/till/bluegps/
|
|
|
|
USES= tar:tgz
|
|
PLIST_FILES= bin/bluegps share/man/man1/bluegps.1.gz
|
|
|
|
.include <bsd.port.mk>
|