mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
c8104de3aa
PR: 138335 Submitted by: Wen Heping <wenheping@gmail.com> (maintainer)
46 lines
1.3 KiB
Makefile
46 lines
1.3 KiB
Makefile
# New ports collection makefile for: mapnik
|
|
# Date created: Nov 10, 2008
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mapnik
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= graphics geography
|
|
MASTER_SITES= ${MASTER_SITE_BERLIOS}/${PORTNAME}/
|
|
|
|
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/libltdl22 \
|
|
png:${PORTSDIR}/graphics/png \
|
|
tiff:${PORTSDIR}/graphics/tiff \
|
|
cairo.2:${PORTSDIR}/graphics/cairo \
|
|
iconv:${PORTSDIR}/converters/libiconv
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/freetype-config:${PORTSDIR}/print/freetype2 \
|
|
${PYTHON_PKGNAMEPREFIX}icu>=0.8.1:${PORTSDIR}/devel/py-icu \
|
|
${PYTHON_PKGNAMEPREFIX}cairo>=1.8.2:${PORTSDIR}/graphics/py-cairo \
|
|
${LOCALBASE}/include/cairomm-1.0/cairomm/cairomm.h:${PORTSDIR}/graphics/cairomm \
|
|
${LOCALBASE}/include/boost/python.hpp:${PORTSDIR}/devel/boost-python-libs
|
|
|
|
USE_PGSQL= yes
|
|
USE_BZIP2= yes
|
|
NO_BUILD= yes
|
|
USE_PYTHON= 2.4+
|
|
USE_LDCONFIG= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' \
|
|
${WRKSRC}/SConstruct
|
|
|
|
do-install:
|
|
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} scons/scons.py install
|
|
|
|
.include <bsd.port.post.mk>
|