summaryrefslogtreecommitdiff
path: root/geography/gpsd/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2006-03-02 20:05:57 +0000
committerdrochner <drochner>2006-03-02 20:05:57 +0000
commitbfab61c746e8d5558dd287aa0e04cb755d389ef9 (patch)
tree3232b33c75c4c46871fc0ade973851e7e6302db6 /geography/gpsd/Makefile
parentdfa89a95e2cb8fe74d79dc024c4291c71b81bd5c (diff)
downloadpkgsrc-bfab61c746e8d5558dd287aa0e04cb755d389ef9.tar.gz
update to 2.31
this is a major upgrade (from 1.07), please check the homepage for details (I've played with 2.30 for a while and it worked well.) closes PR pkg/32872 by Evan Hall; thanks for the ncurses hint, wouldn't have found it myself
Diffstat (limited to 'geography/gpsd/Makefile')
-rw-r--r--geography/gpsd/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/geography/gpsd/Makefile b/geography/gpsd/Makefile
index 3f18320f64b..5dd1cfe380a 100644
--- a/geography/gpsd/Makefile
+++ b/geography/gpsd/Makefile
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.2 2005/06/16 06:57:56 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2006/03/02 20:05:57 drochner Exp $
-DISTNAME= gpsd-1.07
+DISTNAME= gpsd-2.31
CATEGORIES= geography
-MASTER_SITES= http://www.pygps.org/gpsd/
+MASTER_SITES= http://download.berlios.de/gpsd/
MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://www.pygps.org/gpsd/
COMMENT= GPS information daemon
GNU_CONFIGURE= YES
+USE_LIBTOOL= yes
INSTALLATION_DIRS= sbin
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gpsd ${PREFIX}/sbin
-
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"