mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 2.0.19
- Added LICENSE information PR: ports/165447 Submitted by: rea@
This commit is contained in:
parent
6133a8310c
commit
4cea982594
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292652
@ -7,7 +7,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= hte
|
||||
PORTVERSION= 2.0.18
|
||||
PORTVERSION= 2.0.19
|
||||
CATEGORIES= editors
|
||||
MASTER_SITES= SF/${PORTNAME}/ht-source
|
||||
DISTNAME= ht-${PORTVERSION}
|
||||
@ -15,18 +15,20 @@ DISTNAME= ht-${PORTVERSION}
|
||||
MAINTAINER= mva@FreeBSD.org
|
||||
COMMENT= A file editor/viewer/analyzer for executables
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PLIST_FILES= bin/ht
|
||||
|
||||
OPTIONS= LZO2 "Enable external lzo2 compresssion support" off
|
||||
OPTIONS= LZO2 "Enable external lzo2 compresssion support" off \
|
||||
X11 "Build X11 textmode support" on
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
NOT_FOR_ARCHS= ia64
|
||||
NOT_FOR_ARCHS_REASON= does not build on ia64
|
||||
|
||||
.if ${ARCH} == "ia64"
|
||||
BROKEN= Does not build on ia64
|
||||
.endif
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if defined(WITH_LZO2)
|
||||
LIB_DEPENDS+= lzo2.2:${PORTSDIR}/archivers/lzo2
|
||||
@ -45,6 +47,7 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= README
|
||||
INFO= ht
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@ -58,6 +61,7 @@ do-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/hthelp.info ${PREFIX}/${INFO_PATH}/ht.info
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (ht-2.0.18.tar.bz2) = 39370538e3352eac9a662d5e4d44e569dcd41f96ef026ac775da3fe4f88af4d4
|
||||
SIZE (ht-2.0.18.tar.bz2) = 884293
|
||||
SHA256 (ht-2.0.19.tar.bz2) = 89f9f36ce4dacc6965575b85510f4b90a230f3aea839a5e34977ae3c73de8eae
|
||||
SIZE (ht-2.0.19.tar.bz2) = 900748
|
||||
|
Loading…
Reference in New Issue
Block a user