Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jun 2003 13:20:18 -0700 (PDT)
From:      ChiP <chip-set@mail.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   "Re: ports/52402: New port: www/webcpp (converts code to highlighted HTML)"
Message-ID:  <200306172020.h5HKKIoP002311@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/52402; it has been noted by GNATS.

From: ChiP <chip-set@mail.ru>
To: freebsd-gnats-submit@FreeBSD.org, chip@kaluga.net
Cc:  
Subject: "Re: ports/52402: New port: www/webcpp (converts code to highlighted HTML)"
Date: Wed, 18 Jun 2003 00:20:36 +0400

 # New ports collection makefile for:	webcpp
 # Date created:		12 May 2003
 # Whom:			Nosov Artem <chip-set@mail.ru>
 #
 # $FreeBSD$
 #
 
 PORTNAME=	webcpp
 PORTVERSION=	0.8.2
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
 DISTNAME=	${PORTNAME}-${PORTVERSION}-src
 
 MAINTAINER=	chip-set@mail.ru
 COMMENT=	Convert you source code to syntax highlighted HTML
 
 USE_GCC=	3.2
 GNU_CONFIGURE=	yes
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
 USE_REINPLACE=	yes
 
 .if defined(WANT_FINAL)
 CONFIGURE_ARGS+=	--enable-final
 USE_GMAKE=	yes
 .endif
 
 pre-patch:
 	find ${WRKSRC} -name '*.h' | xargs ${REINPLACE_CMD} \
 		's|IO->close()|if(IO) IO->close()|g'
 
 post-install:
 .if !defined(NOPORTDOCS)
 	@${MKDIR} ${DOCSDIR}
 .for file in AUTHORS COPYING README TODO docs.html
 	@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306172020.h5HKKIoP002311>