# New ports collection makefile for: webcpp # Date created: 12 May 2003 # Whom: Nosov Artem # # $FreeBSD$ # PORTNAME= webcpp PORTVERSION= 0.8.4 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= chip-set@mail.ru COMMENT= Convert your source code to syntax highlighted HTML .include GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" .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 le id='header'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix duplicate LATEST_LINKgarga2006-05-221-0/+1
* Register CONFLICTS between ports that install bin/git.anholt2006-02-151-0/+2
* - Add SHA256pav2005-11-261-0/+1
* Use INFOvs2005-04-212-6/+1
* misc category cleanup part 4 of 6:clement2004-02-121-39/+39
* SIZEify.trevor2004-01-301-0/+1
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Remove jseger and torstenb from maintainership of their ports, theydwcjr2001-09-18