mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
1fd066ebe5
With hat: python@
25 lines
543 B
Makefile
25 lines
543 B
Makefile
# Created by: Nicola Vitale <nivit@email.it>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= enchant
|
|
PORTVERSION= 1.6.5
|
|
PORTREVISION= 6
|
|
CATEGORIES= textproc devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= py${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= Spellchecking library for Python based on the Enchant library
|
|
|
|
LIB_DEPENDS= libenchant.so:${PORTSDIR}/textproc/enchant
|
|
|
|
USES= python
|
|
USE_PYTHON= distutils autoplist
|
|
USE_WX= 3.0+
|
|
WX_COMPS= python:run
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|