17 lines
354 B
Makefile
17 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>
|