pkgsrc/geography/proj-swig/Makefile
wiz 047a7f787e Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:57 +00:00

34 lines
937 B
Makefile

# $NetBSD: Makefile,v 1.17 2013/05/31 12:41:04 wiz Exp $
#
DISTNAME= proj-swig-0.02
PKGREVISION= 5
CATEGORIES= geography
MASTER_SITES= http://acert.ir.bbn.com/downloads/acert-geospatial/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://acert.ir.bbn.com/downloads/acert-geospatial/
COMMENT= Guile and python wrappers for proj
MAKE_JOBS_SAFE= no
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
# Defines PYSITELIB, apparently.
PY_PATCHPLIST= yes
# The perl build is commented out upstream, so this doesn't have any
# effect.
SUBST_CLASSES+= pkg
SUBST_STAGE.pkg= pre-configure
SUBST_MESSAGE.pkg= Replacing /usr/pkg with the correct PREFIX.
SUBST_FILES.pkg= Makefile.in
SUBST_SED.pkg= -e 's,/usr/pkg,${PREFIX},g'
.include "../../devel/swig/buildlink3.mk"
.include "../../geography/proj/buildlink3.mk"
.include "../../lang/guile/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"