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

(-)editors/hte/Makefile (-2 / +13 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	hte
9
PORTNAME=	hte
10
PORTVERSION=	0.7.0
10
PORTVERSION=	0.7.1
11
CATEGORIES=	editors
11
CATEGORIES=	editors
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 16-23 Link Here
16
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	A file editor/viewer/analyzer for executables
17
COMMENT=	A file editor/viewer/analyzer for executables
18
18
19
USE_BZIP2=	yes
20
USE_REINPLACE=	yes
19
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
20
CONFIGURE_ENV=	LIBS="-lm"
21
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
22
CONFIGURE_ARGS=	--enable-release
23
CONFIGURE_ARGS=	--enable-release
23
24
Lines 25-30 Link Here
25
26
26
.if ${OSVERSION} < 400000
27
.if ${OSVERSION} < 400000
27
LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
28
LIB_DEPENDS+=	ncurses.5:${PORTSDIR}/devel/ncurses
29
.endif
30
31
post-patch:
32
	@${REINPLACE_CMD} -e \
33
		's|$$FLAGS_PIPE $$FLAGS_ALL|$$CFLAGS|g' ${WRKSRC}/configure
34
35
post-install:
36
.if !defined(NOPORTDOCS)
37
	@${MKDIR} ${DOCSDIR}
38
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
28
.endif
39
.endif
29
40
30
.include <bsd.port.post.mk>
41
.include <bsd.port.post.mk>
(-)editors/hte/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (ht-0.7.0.tar.gz) = 3b09201f032cc24ee26ca9ee2b8437c6
1
MD5 (ht-0.7.1.tar.bz2) = 03c70bb00fd38032b8a6b46ed40bb47a
(-)editors/hte/pkg-plist (+2 lines)
Line 1 Link Here
1
bin/ht
1
bin/ht
2
%%PORTDOCS%%share/doc/hte/README
3
%%PORTDOCS%%@dirrm share/doc/hte

Return to bug 52049