26 lines
657 B
Makefile
26 lines
657 B
Makefile
# $NetBSD: Makefile,v 1.3 2006/08/28 13:59:51 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= proj-swig-0.01
|
|
PKGREVISION= 2
|
|
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
|
|
|
|
USE_LANGUAGES+= c
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
HAS_CONFIGURE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
PY_PATCHPLIST= yes
|
|
|
|
.include "../../devel/swig/buildlink3.mk"
|
|
.include "../../lang/guile/buildlink3.mk"
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../misc/proj/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|