Index: head/editors/hte/Makefile =================================================================== --- head/editors/hte/Makefile (revision 137879) +++ head/editors/hte/Makefile (revision 137880) @@ -1,63 +1,64 @@ # ex:ts=8 # New ports collection makefile for: HT Editor # Date created: Jun 12, 2001 # Whom: ijliao # # $FreeBSD$ # PORTNAME= hte -PORTVERSION= 0.8.0 +PORTVERSION= 0.9.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ht-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A file editor/viewer/analyzer for executables USE_BZIP2= yes USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-release -PORTDOCS= README PLIST_FILES= bin/ht .include .if ${OSVERSION} < 400000 LIB_DEPENDS+= ncurses.5:${PORTSDIR}/devel/ncurses .endif .if defined(WITHOUT_X11) PKGNAMESUFFIX= -nox11 CONFIGURE_ARGS+= --disable-x11-textmode .else USE_XLIB= yes CPPFLAGS= -I${X11BASE}/include LDFLAGS= -L${X11BASE}/lib .endif +.if !defined(NOPORTDOCS) +PORTDOCS= README +.endif + post-patch: @${REINPLACE_CMD} -e 's|^CXXFLAGS=.*$$|CXXFLAGS="$$CXXFLAGS"|g ; \ s|^CFLAGS=.*$$|CFLAGS="$$CFLAGS"|g ; \ s|-L/usr/X11/lib -L/usr/X11R6/lib|$$LDFLAGS|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e \ 's|typedef unsigned int uint;||g' ${WRKSRC}/global.h @${REINPLACE_CMD} -e \ 's|uint |UINT |g' ${WRKSRC}/htdata.h - @${REINPLACE_CMD} -e \ - 's|#include ||g' ${WRKSRC}/cp-demangle.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ht ${PREFIX}/bin .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/editors/hte/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.21 \ No newline at end of property +1.22 \ No newline at end of property Index: head/editors/hte/distinfo =================================================================== --- head/editors/hte/distinfo (revision 137879) +++ head/editors/hte/distinfo (revision 137880) @@ -1,2 +1,2 @@ -MD5 (ht-0.8.0.tar.bz2) = ee309bdd16b3e1ec78b2efb6427dd5a5 -SIZE (ht-0.8.0.tar.bz2) = 731401 +MD5 (ht-0.9.0.tar.bz2) = 22dc7572e571b9d73e741d32005e49e3 +SIZE (ht-0.9.0.tar.bz2) = 765072 Property changes on: head/editors/hte/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property