summaryrefslogtreecommitdiff
path: root/devel/py-shapely/Makefile
blob: 194648b439a032e9ae17aa05fa3608681c3e13af (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	py-shapely
# Date created:				10 July 2008
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	Shapely
PORTVERSION=	1.2.12
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	Python Package for Manipulation 2D Geospatial Geometry

LIB_DEPENDS=	geos_c.8:${PORTSDIR}/graphics/geos

CFLAGS+=	-I${LOCALBASE}/include
MAKE_ENV+=	CFLAGS="${CFLAGS}"
USE_PYTHON=	2.5+
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>