mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
ff39c6989f
Approved by: alexbl (mentor)
33 lines
785 B
Makefile
33 lines
785 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.3.0
|
|
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
|
|
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_WX= 2.6
|
|
WX_COMPS= python:run
|
|
|
|
PYDISTUTILS_INSTALL_TARGET= install_lib
|
|
PYDISTUTILS_INSTALLARGS=
|
|
|
|
MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|