aboutsummaryrefslogblamecommitdiff
path: root/editors/hte/Makefile
blob: 7c8b2a1814afcc2a4fa40de96da15d2dfb619571 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                 
                      
                 
                       
                  

                                 
                                
                                                             
 
                   
                   
                                                                       
 

                      

                          



                              

                        
                                     
     
                   
                                                                          

      



                        
           

                                                                          
                                                                 
                                           
 

                                                     




                                                   
                           
# ex:ts=8
# New ports collection makefile for:	HT Editor
# Date created:			Jun 12, 2001
# Whom:				ijliao
#
# $FreeBSD$
#

PORTNAME=	hte
PORTVERSION=	2.0.12
PORTREVISION=	1
CATEGORIES=	editors
MASTER_SITES=	SF
DISTNAME=	ht-${PORTVERSION}

MAINTAINER=	mva@sysfault.org
COMMENT=	A file editor/viewer/analyzer for executables

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

PLIST_FILES=	bin/ht

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64"
BROKEN=	Does not build on ia64
.endif

.if defined(WITHOUT_X11)
PKGNAMESUFFIX=	-nox11
CONFIGURE_ARGS=--disable-x11-textmode
.else
USE_XORG=	x11
CONFIGURE_ENV=	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

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ht ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.post.mk>