freebsd-ports/textproc/py-enchant/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

30 lines
693 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.5.3
PORTREVISION= 2
CATEGORIES= textproc devel python
MASTER_SITES= SF/py${PORTNAME}/py${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= py${PORTNAME}-${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
COMMENT= A spellchecking library for Python based on the Enchant library
LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_WX= 2.8
WX_COMPS= python:run
PYDISTUTILS_PKGNAME= pyenchant
MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>