1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/textproc/py-enchant/Makefile
Marcus von Appen 1fd066ebe5 - Convert textproc/ to USES=python
With hat:	python@
2014-12-07 10:01:36 +00:00

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>