2013-02-16 12:18:58 +01:00
|
|
|
# $NetBSD: Makefile,v 1.27 2013/02/16 11:21:32 wiz Exp $
|
2004-07-27 01:33:35 +02:00
|
|
|
|
|
|
|
DISTNAME= gpsdrive-1.31
|
2013-02-16 12:18:58 +01:00
|
|
|
PKGREVISION= 20
|
2004-07-27 01:33:35 +02:00
|
|
|
CATEGORIES= geography
|
|
|
|
MASTER_SITES= http://gpsdrive.kraftvoll.at/
|
|
|
|
|
2012-04-16 00:00:58 +02:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2010-09-24 17:08:15 +02:00
|
|
|
HOMEPAGE= http://www.gpsdrive.de/index.shtml
|
2004-07-27 01:33:35 +02:00
|
|
|
COMMENT= GPS Navigation system
|
|
|
|
|
|
|
|
DEPENDS+= gpsd>=1.07:../../geography/gpsd
|
2005-12-13 16:29:48 +01:00
|
|
|
DEPENDS+= wget>=1:../../net/wget
|
2004-07-27 01:33:35 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
|
2006-09-06 12:00:25 +02:00
|
|
|
USE_LANGUAGES= c c++
|
|
|
|
USE_LIBTOOL= yes
|
2006-09-06 12:06:13 +02:00
|
|
|
USE_TOOLS+= bash:run perl:run
|
2004-07-27 01:38:19 +02:00
|
|
|
|
2004-07-27 01:33:35 +02:00
|
|
|
# XXX make this an option
|
|
|
|
CONFIGURE_ARGS+= --disable-mysql
|
|
|
|
|
2006-09-06 12:06:13 +02:00
|
|
|
REPLACE_BASH= src/gpsfetchmap
|
2011-07-03 23:36:20 +02:00
|
|
|
REPLACE_PERL= src/*.pl src/wpcvt
|
2005-12-13 16:29:48 +01:00
|
|
|
|
2004-07-27 01:33:35 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
|
|
.include "../../devel/glib/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
|
|
.include "../../graphics/gdk-pixbuf/buildlink3.mk"
|
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|