View | Details | Raw Unified | Return to bug 130448
Collapse All | Expand All

(-)editors/le/Makefile (-11 / +3 lines)
Lines 6-22 Link Here
6
#
6
#
7
7
8
PORTNAME=	le
8
PORTNAME=	le
9
PORTVERSION=	1.13.11
9
PORTVERSION=	1.14.0
10
CATEGORIES=	editors
10
CATEGORIES=	editors
11
MASTER_SITES=	ftp://ftp.yar.ru/pub/source/le/
11
MASTER_SITES=	ftp://ftp.yar.ru/pub/source/le/%SUBDIR%/
12
MASTER_SITE_SUBDIR=	. old
12
13
13
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	Text editor with block and binary operations
15
COMMENT=	Text editor with block and binary operations
15
16
16
USE_BZIP2=	yes
17
USE_BZIP2=	yes
17
USE_GNOME=	gnometarget
18
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_ENV=	LIBS="-lgnuregex"
20
19
21
MAN1=		le.1
20
MAN1=		le.1
22
PORTDOCS=	FEATURES HISTORY NEWS README TODO
21
PORTDOCS=	FEATURES HISTORY NEWS README TODO
Lines 27-39 Link Here
27
		colors-white keymap-emacs mainmenu mainmenu-ru syntax
26
		colors-white keymap-emacs mainmenu mainmenu-ru syntax
28
SRC_DATA=	le.hlp
27
SRC_DATA=	le.hlp
29
28
30
post-patch:
31
	@${REINPLACE_CMD} -e 's|@LIBOBJS@||g ; \
32
		 s|@ALLOCA@||g' ${WRKSRC}/lib/Makefile.in
33
.for file in configure src/search.cc src/highli.h
34
	@${REINPLACE_CMD} -e 's|<regex.h>|<gnu/regex.h>|g' ${WRKSRC}/${file}
35
.endfor
36
37
do-install:
29
do-install:
38
	cd ${WRKSRC}/src && ${INSTALL_PROGRAM} le ${PREFIX}/bin
30
	cd ${WRKSRC}/src && ${INSTALL_PROGRAM} le ${PREFIX}/bin
39
	cd ${WRKSRC}/doc && ${INSTALL_MAN} le.1 ${MANPREFIX}/man/man1
31
	cd ${WRKSRC}/doc && ${INSTALL_MAN} le.1 ${MANPREFIX}/man/man1
(-)editors/le/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (le-1.13.11.tar.bz2) = 27e39b423f8eda5b99c9526eb702bd15
1
MD5 (le-1.14.0.tar.bz2) = 9158e4e7bd1be85ecd3e366ae068517a
2
SHA256 (le-1.13.11.tar.bz2) = 8f7c143ffab9def86bc6acc35f15b40af28f892d1a73e8c9ffd706521c53cac4
2
SHA256 (le-1.14.0.tar.bz2) = cf145d133b95a739fc56e114a3ed28ec11628f274d1ebe57cf72efac4f395cfe
3
SIZE (le-1.13.11.tar.bz2) = 413508
3
SIZE (le-1.14.0.tar.bz2) = 410795

Return to bug 130448