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, 0 insertions, 16 deletions
diff --git a/misc/gpsd/Makefile b/misc/gpsd/Makefile
deleted file mode 100644
index d5a85463824..00000000000
--- a/misc/gpsd/Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:49:06 grant 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 ${PREFIX}/sbin
-
-.include "../../mk/bsd.pkg.mk"