Sat Mar 27 23:49:18 2021 UTC ()
(geography/viking) +BUILD_DEPENDS+= itstool-[0-9]*, (DEPENDS+= ?)


(mef)
diff -r1.116 -r1.117 pkgsrc/geography/viking/Makefile

cvs diff -r1.116 -r1.117 pkgsrc/geography/viking/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/viking/Makefile 2021/03/22 00:21:13 1.116
+++ pkgsrc/geography/viking/Makefile 2021/03/27 23:49:17 1.117
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile,v 1.116 2021/03/22 00:21:13 gdt Exp $ 1# $NetBSD: Makefile,v 1.117 2021/03/27 23:49:17 mef Exp $
2# 2#
3 3
4VERSION= 1.9 4VERSION= 1.9
5DISTNAME= viking-${VERSION} 5DISTNAME= viking-${VERSION}
6CATEGORIES= geography 6CATEGORIES= geography
7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/ 7MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=viking/}${VERSION}/
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= gdt@NetBSD.org 10MAINTAINER= gdt@NetBSD.org
11HOMEPAGE= https://sourceforge.net/projects/viking/ 11HOMEPAGE= https://sourceforge.net/projects/viking/
12COMMENT= Viking manages GPS data, supports OpenStreetMap and geocaching 12COMMENT= Viking manages GPS data, supports OpenStreetMap and geocaching
13 13
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
 16BUILD_DEPENDS+= itstool-[0-9]*:../../textproc/itstool
 17
16# viking says it "will" use c++11, and mapnik (not yet included) needs 18# viking says it "will" use c++11, and mapnik (not yet included) needs
17# c++11. 19# c++11.
18USE_LANGUAGES= c c++ 20USE_LANGUAGES= c c++
19 21
20USE_TOOLS+= gmake intltool msgfmt pkg-config 22USE_TOOLS+= gmake intltool msgfmt pkg-config
21 23
22GNU_CONFIGURE= yes 24GNU_CONFIGURE= yes
23 25
24TEST_TARGET= check 26TEST_TARGET= check
25 27
26# For each option, "\todo RESOLVE" means: Decide to make default, or 28# For each option, "\todo RESOLVE" means: Decide to make default, or
27# to turn off, or to make an option, and explain why. 29# to turn off, or to make an option, and explain why.
28 30