2006-04-06 15:05:08 +00:00
|
|
|
# New ports collection makefile for: py-enchant
|
2006-04-06 11:39:20 +00:00
|
|
|
# Date created: 2006-04-03
|
|
|
|
# Whom: Nicola Vitale <nivit@email.it>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2006-04-06 15:05:08 +00:00
|
|
|
PORTNAME= enchant
|
2010-12-15 13:52:54 +00:00
|
|
|
PORTVERSION= 1.6.5
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 1
|
2006-04-06 11:39:20 +00:00
|
|
|
CATEGORIES= textproc devel python
|
2010-05-06 19:38:08 +00:00
|
|
|
MASTER_SITES= CHEESESHOP
|
2006-04-06 15:05:08 +00:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2009-08-23 15:56:25 +00:00
|
|
|
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
2006-04-06 11:39:20 +00:00
|
|
|
|
2006-12-10 01:21:51 +00:00
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
2006-04-06 11:39:20 +00:00
|
|
|
COMMENT= A spellchecking library for Python based on the Enchant library
|
|
|
|
|
|
|
|
LIB_DEPENDS= enchant.1:${PORTSDIR}/textproc/enchant
|
|
|
|
|
|
|
|
USE_PYTHON= yes
|
2009-02-11 16:47:17 +00:00
|
|
|
USE_PYDISTUTILS= easy_install
|
2008-12-08 17:02:42 +00:00
|
|
|
USE_WX= 2.8
|
2006-12-31 13:18:12 +00:00
|
|
|
WX_COMPS= python:run
|
2006-04-06 11:39:20 +00:00
|
|
|
|
2007-07-30 09:42:28 +00:00
|
|
|
PYDISTUTILS_PKGNAME= pyenchant
|
2006-04-06 11:39:20 +00:00
|
|
|
|
2011-09-23 22:26:39 +00:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2006-04-06 11:39:20 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|