d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
33 lines
858 B
Makefile
33 lines
858 B
Makefile
# $NetBSD: Makefile,v 1.28 2013/05/31 12:41:03 wiz Exp $
|
|
|
|
DISTNAME= gpsdrive-1.31
|
|
PKGREVISION= 21
|
|
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"
|