Changeset View
Changeset View
Standalone View
Standalone View
devel/pysvn/Makefile
| PORTNAME= pysvn | PORTNAME= pysvn | ||||
| PORTVERSION= 1.9.12 | PORTVERSION= 1.9.12 | ||||
| PORTREVISION= 1 | |||||
| CATEGORIES= devel | CATEGORIES= devel | ||||
| MASTER_SITES= http://pysvn.barrys-emacs.org/source_kits/ | MASTER_SITES= http://pysvn.barrys-emacs.org/source_kits/ | ||||
| MAINTAINER= bra@fsn.hu | MAINTAINER= bra@fsn.hu | ||||
| COMMENT= Python binding for Subversion | COMMENT= Python binding for Subversion | ||||
| WWW= http://pysvn.tigris.org/ | WWW= http://pysvn.tigris.org/ | ||||
| LICENSE= APACHE11 | LICENSE= APACHE11 | ||||
| LICENSE_FILE= ${WRKSRC}/../LICENSE.txt | LICENSE_FILE= ${WRKSRC}/../LICENSE.txt | ||||
| LIB_DEPENDS= libsvn_client-1.so:devel/subversion \ | .if ${WITH_SUBVERSION_VER:U} == LTS | ||||
| libneon.so:www/neon \ | LIB_DEPENDS= libsvn_client-1.so:devel/subversion-lts | ||||
| .else | |||||
| LIB_DEPENDS= libsvn_client-1.so:devel/subversion | |||||
| .endif | |||||
| LIB_DEPENDS+= libneon.so:www/neon \ | |||||
| libexpat.so:textproc/expat2 | libexpat.so:textproc/expat2 | ||||
| USES= python | USES= python | ||||
| USE_PYTHON= distutils noegginfo concurrent optsuffix | USE_PYTHON= distutils noegginfo concurrent optsuffix | ||||
| PYDISTUTILS_CONFIGURE_TARGET= configure | PYDISTUTILS_CONFIGURE_TARGET= configure | ||||
| PYDISTUTILS_CONFIGUREARGS= --apr-inc-dir=${LOCALBASE}/include/apr-1 \ | PYDISTUTILS_CONFIGUREARGS= --apr-inc-dir=${LOCALBASE}/include/apr-1 \ | ||||
| --svn-inc-dir=${LOCALBASE}/include/subversion-1 \ | --svn-inc-dir=${LOCALBASE}/include/subversion-1 \ | ||||
| --pycxx-dir=${WRKSRC}/../Import/pycxx-7.1.4 \ | --pycxx-dir=${WRKSRC}/../Import/pycxx-7.1.4 \ | ||||
| Show All 23 Lines | |||||