1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/textproc/py-enchant/Makefile
Nicola Vitale bfbb6bfb81 - Update to 1.5.1
- Convert easy_install support to <bsd.python.mk>
2009-02-11 16:47:17 +00:00

31 lines
700 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.1
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
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
USE_WX= 2.8
WX_COMPS= python:run
PYDISTUTILS_PKGNAME= pyenchant
MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>