head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.4
date	2012.11.17.05.58.52;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2009.04.21.08.13.00;	author bms;	state Exp;
branches;
next	1.2;

1.2
date	2009.04.21.08.12.37;	author bms;	state Exp;
branches;
next	1.1;

1.1
date	2008.01.18.14.42.01;	author bms;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	libstdc++_stldoc
# Date created:		18th January 2008
# Whom:			Bruce M. Simpson
#
# $FreeBSD: head/lang/libstdc++_stldoc_3.4.0/Makefile 300896 2012-07-14 13:54:48Z beat $
#
# Note: Specific versions of this documentation exist for each version
# of the libstdc++ library, note versioning convention below.
#

PORTNAME=	libstdc++_stldoc_3.4.0
PORTVERSION=	20040609
PORTREVISION=	1
CATEGORIES=	lang devel
MASTER_SITES=	${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= \
		libstdc++/doxygen
DISTNAME=	libstdc++-html-USERS-3.4.0

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	GNU libstdc++ API documentation

USE_BZIP2=	yes

NO_BUILD=	yes
NO_WRKSUBDIR=	yes

PORTDOCS=	*

do-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR} && \
	    cd ${WRKSRC}/html_user && ${COPYTREE_SHARE} \* ${DOCSDIR} && \
	    ${CHMOD} 755 ${DOCSDIR}
.else
	@@${ECHO} "NOPORTDOCS is set -- installing nothing."
.endif

.include <bsd.port.mk>
@


1.3
log
@Drop maintainership.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@Fix for NOPORTDOCS from QA tindy.
@
text
@d20 1
a20 1
MAINTAINER=	bms@@FreeBSD.org
@


1.1
log
@Add port of libstdc++ documentation for the version shipping with
gcc 3.4.x versions.  Supersedes lang/stldoc.

Note: Versioning convention must be explicit in port name as different
versions of this library exist.
@
text
@d13 1
d31 7
a37 2
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/html_user/* ${DOCSDIR}
@

