freebsd-ports/textproc/py-enchant/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

24 lines
531 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:textproc/enchant
USES= python
USE_PYTHON= distutils autoplist
USE_WX= 3.0+
WX_COMPS= python:run
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>