update Tue Jun 22 06:37:08 PDT 2010
[pkgsrc.git] / geography / proj-swig / Makefile
1 # $NetBSD: Makefile,v 1.14 2010/03/24 19:43:24 asau Exp $
2 #
3
4 DISTNAME=               proj-swig-0.02
5 PKGREVISION=            3
6 CATEGORIES=             geography
7 MASTER_SITES=           http://acert.ir.bbn.com/downloads/acert-geospatial/
8
9 MAINTAINER=             gdt@NetBSD.org
10 HOMEPAGE=               http://acert.ir.bbn.com/downloads/acert-geospatial/
11 COMMENT=                Guile and python wrappers for proj
12
13 PKG_DESTDIR_SUPPORT=    user-destdir
14
15 MAKE_JOBS_SAFE=         no
16
17 USE_PKGLOCALEDIR=       yes
18 USE_LIBTOOL=            yes
19 GNU_CONFIGURE=          yes
20
21 # Defines PYSITELIB, apparently.
22 PY_PATCHPLIST=          yes
23
24 # The perl build is commented out upstream, so this doesn't have any
25 # effect.
26 SUBST_CLASSES+=         pkg
27 SUBST_STAGE.pkg=        pre-configure
28 SUBST_MESSAGE.pkg=      Replacing /usr/pkg with the correct PREFIX.
29 SUBST_FILES.pkg=        Makefile.in
30 SUBST_SED.pkg=          -e 's,/usr/pkg,${PREFIX},g'
31
32 .include "../../devel/swig/buildlink3.mk"
33 .include "../../geography/proj/buildlink3.mk"
34 .include "../../lang/guile/buildlink3.mk"
35 .include "../../lang/python/extension.mk"
36 .include "../../mk/bsd.pkg.mk"