# New ports collection makefile for: ccdoc # Date created: 9 October 2000 # Whom: lonewolf@flame.org # # $FreeBSD$ # PORTNAME= ccdoc PORTVERSION= 0.8r41 CATEGORIES= devel textproc MASTER_SITES= http://ccdoc.sourceforge.net/downloads/ DISTNAME= src DIST_SUBDIR= ccdoc MAINTAINER= ports@FreeBSD.org COMMENT= Extracting comments from C++ source and generating HTML USE_PERL5= yes WRKSRC= ${WRKDIR}/${PORTNAME}v${PORTVERSION:S/.//g}/src MAKEFILE= mkopt_gcc.mk ALL_TARGET= bld MAN1= ccdoc.1 PLIST_FILES= bin/ccdoc .if !defined(NOPORTDOCS) PORTDOCS= * .endif do-configure: ${REINPLACE_CMD} -e "s:%%PERL%%:${PERL}:" \ -e "s:%%CXX%%:${CXX}:" \ -e "s:%%CXXFLAGS%%:${CXXFLAGS}:" \ -e "s:-pedantic::" \ ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/../bin_opt_gcc_/ccdoc.exe \ ${PREFIX}/bin/ccdoc ${INSTALL_MAN} ${WRKSRC}/../doc/htdocs/ccdoc.man ${MAN1PREFIX}/man/man1/${MAN1} .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${FIND} ${WRKSRC}/../doc \( -name '*.html' -o \ -name '*.htm' -o \ -name '*.gif' -o \ -name '*.txt' -o \ -name '*.jpg' \) -print | \ ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif .include -ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/www/polipo
Commit message (Expand)AuthorAgeFilesLines
* - Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MA...pav2008-07-251-1/+0
* - Respect CCmiwi2008-04-261-0/+1
* - Update to 1.0.4miwi2008-01-112-4/+4
* - Update to 1.0.3rafan2007-10-072-4/+4
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-4/+0
* Maintainer update for port www/polipo to version 1.0.2clsung2007-08-273-5/+5
* - Remove the DESTDIR modifications from individual ports as we have a new,gabor2007-08-041-13/+13
* - Update to 1.0.1miwi2007-07-073-4/+5
* - Update to 1.0.0miwi2007-03-073-22/+5
* - Update to 0.9.12rafan2007-02-072-4/+4
* - Update to version 0.9.11miwi2007-02-074-7/+12
* - Update to 0.9.10miwi2006-09-062-5/+4
* Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.dougb2006-02-211-1/+1
* SHA256ifyedwin2006-01-241-0/+1
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2
* - Fix rc scriptpav2006-01-152-2/+1
* Remove install-info from Makefile, it's automatically done when INFO is definededwin2005-12-051-1/+0
* Update to 0.9.9arved2005-09-262-4/+4
* Fixes for www/polipogarga2005-07-274-14/+24