c92db5ef92
- Add files/patch-setup.py - Remove files/patch-enchant-wxSpellCheckerDialog.py - Set USE_WX to 2.8 PR: ports/129319 Submitted by: Wen Heping <wenheping at gmail dotcom>
34 lines
843 B
Makefile
34 lines
843 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.0
|
|
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.8
|
|
WX_COMPS= python:run
|
|
|
|
PYDISTUTILS_PKGNAME= pyenchant
|
|
PYDISTUTILS_INSTALL_TARGET= install_lib
|
|
PYDISTUTILS_INSTALLARGS=
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|