|
Lines 2-8
Link Here
|
| 2 |
# $FreeBSD: head/editors/leo/Makefile 380392 2015-03-03 20:28:56Z madpilot $ |
2 |
# $FreeBSD: head/editors/leo/Makefile 380392 2015-03-03 20:28:56Z madpilot $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= leo |
4 |
PORTNAME= leo |
| 5 |
PORTVERSION= 5.0 |
5 |
PORTVERSION= 5.1 |
| 6 |
CATEGORIES= editors python |
6 |
CATEGORIES= editors python |
| 7 |
MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final |
7 |
MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final |
| 8 |
DISTNAME= Leo-${PORTVERSION}-final |
8 |
DISTNAME= Leo-${PORTVERSION}-final |
|
Lines 22-29
Link Here
|
| 22 |
|
22 |
|
| 23 |
NO_ARCH= yes |
23 |
NO_ARCH= yes |
| 24 |
|
24 |
|
| 25 |
WRKSRC= ${WRKDIR}/Leo${PORTVERSION}-final |
|
|
| 26 |
|
| 27 |
USES= python shebangfix zip |
25 |
USES= python shebangfix zip |
| 28 |
SHEBANG_FILES= leo/doc/html/fixup.pl |
26 |
SHEBANG_FILES= leo/doc/html/fixup.pl |
| 29 |
USE_PYTHON= autoplist distutils |
27 |
USE_PYTHON= autoplist distutils |
|
Lines 33-39
Link Here
|
| 33 |
|
31 |
|
| 34 |
OPTIONS_DEFINE= DOCS PYENCHANT |
32 |
OPTIONS_DEFINE= DOCS PYENCHANT |
| 35 |
|
33 |
|
| 36 |
PYENCHANT_DESC= Enable PyEnchant support |
34 |
PYENCHANT_DESC= Spell checking support via PyEnchant |
| 37 |
PYENCHANT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>0:${PORTSDIR}/textproc/py-enchant |
35 |
PYENCHANT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}enchant>0:${PORTSDIR}/textproc/py-enchant |
| 38 |
|
36 |
|
| 39 |
.include <bsd.port.mk> |
37 |
.include <bsd.port.mk> |