diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-09-26 21:24:49 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-09-26 21:24:49 +0000 |
commit | 28dd4cea23abb8ed0b1041fc0d18fd01930c7d4e (patch) | |
tree | 0134f8f1f52c1d916e54644d8adca2ad0312b21c /deskutils | |
parent | f9d27bec7449d16fe05abe1f5126afdb946e0e28 (diff) | |
download | ports-28dd4cea23abb8ed0b1041fc0d18fd01930c7d4e.tar.gz ports-28dd4cea23abb8ed0b1041fc0d18fd01930c7d4e.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/treeline/Makefile | 37 | ||||
-rw-r--r-- | deskutils/treeline/pkg-plist | 2 |
2 files changed, 14 insertions, 25 deletions
diff --git a/deskutils/treeline/Makefile b/deskutils/treeline/Makefile index 2eb59f839b84..67da895c6d2a 100644 --- a/deskutils/treeline/Makefile +++ b/deskutils/treeline/Makefile @@ -3,7 +3,7 @@ PORTNAME= treeline PORTVERSION= 1.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= deskutils python MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/:treeline \ http://treeline.bellz.org/plugins/:plugins \ @@ -22,49 +22,38 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-g WRKSRC= ${WRKDIR}/TreeLine USE_QT4= # empty -USE_PYTHON= 2.5+ +USE_PYTHON= -2.7 NO_BUILD= yes DESKTOP_ENTRIES= "TreeLine" "Structured information storage program" \ "${DATADIR}/icons/tree/treeline.png" "treeline" \ "Utility;" false -OPTIONS_DEFINE= HTTPLOAD PYXML +OPTIONS_DEFINE= HTTPLOAD OPTIONS_SINGLE= SPELLER OPTIONS_SINGLE_SPELLER= ASPELL ISPELL -ASPELL_DESC= Install with aspell support -HTTPLOAD_DESC= Install httpLoad plugin -ISPELL_DESC= Install with ispell support -PYXML_DESC= Use pythons py-xml instead of textproc/expat2 +HTTPLOAD_DESC= httpLoad plugin +SPELLER_DESC= Spell checking backend -OPTIONS_DEFAULT= ASPELL PYXML +OPTIONS_DEFAULT= ASPELL OPTIONS_SUB= yes ASPELL_BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell +ASPELL_RUN_DEPENDS= aspell:${PORTSDIR}/textproc/aspell HTTPLOAD_DISTFILES= httpload2.py:plugins ISPELL_BUILD_DEPENDS= ispell:${PORTSDIR}/textproc/ispell +ISPELL_RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell -NO_STAGE= yes .include <bsd.port.options.mk> -.if !${PORT_OPTIONS:MPYXML} -LIB_DEPENDS+= expat:${PORTSDIR}/textproc/expat2 -.endif - do-install: - @cd ${WRKSRC} && ${PYTHON_CMD} install.py \ - -p ${PREFIX} -d ${DOCSDIR} -i ${DATADIR}/icons -x + cd ${WRKSRC} && ${PYTHON_CMD} install.py -p ${STAGEDIR}${PREFIX} \ + -d ${STAGEDIR}${DOCSDIR} -i ${STAGEDIR}${DATADIR}/icons -x + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/plugins .if ${PORT_OPTIONS:MHTTPLOAD} - @${INSTALL_DATA} -d ${PREFIX}/lib/${PORTNAME}/plugins/ - @${INSTALL_DATA} ${DISTDIR}/httpload2.py ${PREFIX}/lib/${PORTNAME}/plugins/ -.endif - -post-install: - ${RM} ${DOCSDIR}/INSTALL ${DOCSDIR}/LICENSE -.if !${PORT_OPTIONS:MDOCS} - ${RM} ${DOCSDIR}/* - ${RMDIR} ${DOCSDIR} + ${INSTALL_DATA} ${DISTDIR}/httpload2.py \ + ${STAGEDIR}${PREFIX}/lib/${PORTNAME}/plugins/ .endif .include <bsd.port.mk> diff --git a/deskutils/treeline/pkg-plist b/deskutils/treeline/pkg-plist index 3f0b5b5a5444..0b18def1f694 100644 --- a/deskutils/treeline/pkg-plist +++ b/deskutils/treeline/pkg-plist @@ -237,6 +237,6 @@ lib/treeline/undo.pyc @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%%/templates @dirrm %%DATADIR%% -%%HTTPLOAD%%@dirrm lib/treeline/plugins +@dirrm lib/treeline/plugins @dirrm lib/treeline %%PORTDOCS%%@dirrm %%DOCSDIR%% |