mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
37 lines
876 B
Makefile
37 lines
876 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.1
|
|
#PORTREVISION= 0
|
|
PORTREVISION= 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
|
|
BUILD_DEPENDS= easy_install:${PORTSDIR}/devel/py-setuptools
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
USE_WX= 2.6
|
|
WX_COMPS= python:run
|
|
|
|
PYDISTUTILS_PKGNAME= pyenchant
|
|
PYDISTUTILS_INSTALL_TARGET= install_lib
|
|
PYDISTUTILS_INSTALLARGS=
|
|
PYDISTUTILS_NOEGGINFO= yes
|
|
|
|
MAKE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|