33 lines
859 B
Makefile
33 lines
859 B
Makefile
# $NetBSD: Makefile,v 1.25 2012/10/04 09:19:18 asau Exp $
|
|
|
|
DISTNAME= gpsdrive-1.31
|
|
PKGREVISION= 18
|
|
CATEGORIES= geography
|
|
MASTER_SITES= http://gpsdrive.kraftvoll.at/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gpsdrive.de/index.shtml
|
|
COMMENT= GPS Navigation system
|
|
|
|
DEPENDS+= gpsd>=1.07:../../geography/gpsd
|
|
DEPENDS+= wget>=1:../../net/wget
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= bash:run perl:run
|
|
|
|
# XXX make this an option
|
|
CONFIGURE_ARGS+= --disable-mysql
|
|
|
|
REPLACE_BASH= src/gpsfetchmap
|
|
REPLACE_PERL= src/*.pl src/wpcvt
|
|
|
|
.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"
|