# New ports collection makefile for: mapnik # Date created: Nov 10, 2008 # Whom: Wen Heping # # $FreeBSD$ # PORTNAME= mapnik PORTVERSION= 0.5.1 CATEGORIES= graphics geography MASTER_SITES= ${MASTER_SITE_BERLIOS}/${PORTNAME}/ DISTNAME= mapnik_src-${PORTVERSION} MAINTAINER= wenheping@gmail.com COMMENT= A Free Toolkit For Developing Mapping Applications LIB_DEPENDS= geos:${PORTSDIR}/graphics/geos \ proj:${PORTSDIR}/graphics/proj \ ltdl:${PORTSDIR}/devel/libltdl15 \ png:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff \ iconv:${PORTSDIR}/converters/libiconv BUILD_DEPENDS= ${LOCALBASE}/bin/freetype-config:${PORTSDIR}/print/freetype2 \ ${LOCALBASE}/include/boost/python.hpp:${PORTSDIR}/devel/boost-python NO_BUILD= yes USE_PYTHON= 2.4+ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} .include do-install: @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} scons/scons.py install .include