mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
4942ce5a7d
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
33 lines
923 B
Makefile
33 lines
923 B
Makefile
# New ports collection makefile for: py-hyperestraier
|
|
# Date created: 21 November 2006
|
|
# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= hyperestraier
|
|
PORTVERSION= 0.0.15
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= http://hyperestraier.sourceforge.net/binding/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= hyper_estraier_wrappers-${PORTVERSION}
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
COMMENT= Python bindings for HyperEstraier
|
|
|
|
BUILD_DEPENDS= swig>=1.3:${PORTSDIR}/devel/swig13
|
|
LIB_DEPENDS= estraier.8:${PORTSDIR}/textproc/hyperestraier
|
|
|
|
USE_PYTHON= yes
|
|
INSTALLS_EGGINFO= yes
|
|
PYDISTUTILS_PKGNAME= HyperEstraier
|
|
PYDISTUTILS_PKGVERSION= 0.01
|
|
|
|
MAKE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|PYTHON = python|PYTHON = ${PYTHON_VERSION}|' \
|
|
${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|