summaryrefslogtreecommitdiff
path: root/misc/gpsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gpsd/Makefile')
-rw-r--r--misc/gpsd/Makefile16
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"