blob: 7e1a29d19403b518d7919e16a2ceb986ba8259b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.9 2022/05/06 00:30:33 gdt Exp $
#
DISTNAME= shapelib-1.5.0
CATEGORIES= geography
MASTER_SITES= https://download.osgeo.org/shapelib/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://shapelib.maptools.org/
COMMENT= Library for reading, writing and updating (limited) ESRI Shapefiles
LICENSE= gnu-lgpl-v2 OR mit
USE_LANGUAGES= c99 c++
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
MAKE_JOBS_SAFE= no
CHECK_PORTABILITY_SKIP+= tests/test1.sh
# \todo Explain why we don't install what shapelib installs.
# \todo Perhaps file a bug upstream that the bin programs are not namespaced.
BUILD_TARGET= libshp.la
INSTALL_TARGET= install-libLTLIBRARIES install-libshp_la_includeHEADERS install-pkgconfigDATA
.include "../../mk/bsd.pkg.mk"
|