freebsd-ports/textproc/py-enchant/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- 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
2007-07-30 09:42:28 +00:00

34 lines
832 B
Makefile

# New ports collection makefile for: py-enchant
# Date created: 2006-04-03
# Whom: Nicola Vitale <nivit@email.it>
#
# $FreeBSD$
#
PORTNAME= enchant
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= textproc devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= py${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${MASTER_SITE_SUBDIR}-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= A spellchecking library for Python based on the Enchant library
LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
USE_PYTHON= yes
USE_PYDISTUTILS= yes
USE_WX= 2.6
WX_COMPS= python:run
PYDISTUTILS_PKGNAME= pyenchant
PYDISTUTILS_INSTALL_TARGET= install_lib
PYDISTUTILS_INSTALLARGS=
MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>