mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
18 lines
354 B
Makefile
18 lines
354 B
Makefile
# Created by: Daniel Baker <dbaker@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= dgpsip
|
|
PORTVERSION= 1.35
|
|
CATEGORIES= astro geography
|
|
MASTER_SITES= http://www.madbavarian.org/ftp/
|
|
|
|
MAINTAINER= jharris@widomaker.com
|
|
COMMENT= Differential GPS over IP communication device
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/dgpsip \
|
|
man/man1/dgpsip.1.gz
|
|
|
|
.include <bsd.port.mk>
|