- Update to 2.0
PR: ports/70560 Submitted by: Jean-Yves Lefort <jylefort@brutele.be> (maintainer)
This commit is contained in:
parent
c9a8043cbb
commit
d34eeb233a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116485
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= tea
|
||||
PORTVERSION= 0.9.1
|
||||
PORTVERSION= 2.0
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= http://tea.linux.kiev.ua/
|
||||
DISTNAME= ${PORTNAME}
|
||||
@ -18,18 +18,16 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
USE_BZIP2= yes
|
||||
USE_REINPLACE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GCC= 3.3
|
||||
USE_GNOME= gtk20
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
${MKDIR} ${DOCSDIR}/en
|
||||
${MKDIR} ${DOCSDIR}/ru
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/EN/index.html ${DOCSDIR}/en
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/RU/index.html ${DOCSDIR}/ru
|
||||
.endif
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|/usr/share/doc/tea|${DOCSDIR}|g' \
|
||||
${WRKSRC}/Makefile.in \
|
||||
${WRKSRC}/src/tea_funx.c
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (tea.tar.bz2) = a88523a562d12a0ece89133c647c3558
|
||||
SIZE (tea.tar.bz2) = 176078
|
||||
MD5 (tea.tar.bz2) = c1065c65ec03d64c072b228fed86e9cd
|
||||
SIZE (tea.tar.bz2) = 190976
|
||||
|
@ -1,8 +1,9 @@
|
||||
bin/tea
|
||||
share/locale/ru/LC_MESSAGES/tea.mo
|
||||
share/locale/uk/LC_MESSAGES/tea.mo
|
||||
%%PORTDOCS%%%%DOCSDIR%%/en/index.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ru/index.html
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/en
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ru
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%DOCSDIR%%/doc/en/index.html
|
||||
%%DOCSDIR%%/doc/ru/index.html
|
||||
@dirrm %%DOCSDIR%%/doc/en
|
||||
@dirrm %%DOCSDIR%%/doc/ru
|
||||
@dirrm %%DOCSDIR%%/doc
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user