aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMarcus von Appen <mva@FreeBSD.org>2012-03-04 10:08:19 +0000
committerMarcus von Appen <mva@FreeBSD.org>2012-03-04 10:08:19 +0000
commit4cea982594a00c5ea3227c519433c1e67075ad39 (patch)
tree00fd32bf7cc911564e68be5c3b755bf56ed8483a /editors
parent6133a8310cc7c0d816c51de946c36df541970f48 (diff)
downloadports-4cea982594a00c5ea3227c519433c1e67075ad39.tar.gz
ports-4cea982594a00c5ea3227c519433c1e67075ad39.zip
- Update to 2.0.19
- Added LICENSE information PR: ports/165447 Submitted by: rea@
Notes
Notes: svn path=/head/; revision=292652
Diffstat (limited to 'editors')
-rw-r--r--editors/hte/Makefile18
-rw-r--r--editors/hte/distinfo4
2 files changed, 13 insertions, 9 deletions
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index aaeeabd6cce5..29d375e9084e 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -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>
diff --git a/editors/hte/distinfo b/editors/hte/distinfo
index 573ee9b712eb..1457923a797d 100644
--- a/editors/hte/distinfo
+++ b/editors/hte/distinfo
@@ -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