1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/textproc/py-enchant/Makefile
Renato Botelho 43cf76f912 Move recently added textproc/pyenchant to textproc/py-enchant for consistency
with other Python ports

Noted by:	danfe
Approved by:	maintainer
2006-04-06 15:05:08 +00:00

31 lines
749 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.1.5
CATEGORIES= textproc devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= py${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= ${MASTER_SITE_SUBDIR}-${PORTVERSION}
MAINTAINER= nivit@email.it
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
PYDISTUTILS_INSTALL_TARGET= install_lib
PYDISTUTILS_INSTALLARGS=
MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>