diff options
author | tsarna <tsarna@pkgsrc.org> | 2003-01-05 16:52:45 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 2003-01-05 16:52:45 +0000 |
commit | 4db4a0b9c416a53cca96a3557678b6891f9cfd05 (patch) | |
tree | 34cfd7e18e451e10af8437e4b7cd884709ecc22c /misc/gpsd/Makefile | |
parent | 3c18e7dacd0b14c056c8f62afea1929515fe75f0 (diff) | |
download | pkgsrc-4db4a0b9c416a53cca96a3557678b6891f9cfd05.tar.gz |
A GPS daemon - relays information from GPS to (possibly multiple)
userland programs.
Diffstat (limited to 'misc/gpsd/Makefile')
-rw-r--r-- | misc/gpsd/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/gpsd/Makefile b/misc/gpsd/Makefile new file mode 100644 index 00000000000..2040c5fc3d8 --- /dev/null +++ b/misc/gpsd/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/01/05 16:52:45 tsarna Exp $ + +DISTNAME= gpsd-1.07 +CATEGORIES= misc +MASTER_SITES= http://www.pygps.org/gpsd/ + +MAINTAINER= tsarna@netbsd.org +HOMEPAGE= http://www.pygps.org/gpsd/ +COMMENT= GPS information daemon + +GNU_CONFIGURE= YES + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/gpsd /usr/pkg/sbin + +.include "../../mk/bsd.pkg.mk" |