diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-26 23:31:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-26 23:31:56 +0000 |
commit | ec686cda1e6c1323d1e1e520873231f592af73be (patch) | |
tree | efff23a02d89e0bd9736f2d71de6ade9fd22b19f /geography/gpsd/Makefile | |
parent | d2c71d44390085f7ddd279fee6430f2cf7bea080 (diff) | |
download | pkgsrc-ec686cda1e6c1323d1e1e520873231f592af73be.tar.gz |
Re-import misc/gpsd as geography/gpsd.
Diffstat (limited to 'geography/gpsd/Makefile')
-rw-r--r-- | geography/gpsd/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile new file mode 100644 index 00000000000..64a57661efa --- /dev/null +++ b/geography/gpsd/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/26 23:31:56 wiz Exp $ + +DISTNAME= gpsd-1.07 +CATEGORIES= geography +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" |