freebsd-ports/textproc/py-enchant/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

31 lines
647 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.6.5
PORTREVISION= 0
CATEGORIES= textproc devel python
MASTER_SITES= CHEESESHOP
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
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>