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.19.46;	author bms;	state Exp;
branches;
next	1.2;

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

1.1
date	2008.01.18.20.49.55;	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_4.2.2/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_4.2.2
PORTVERSION=	20071101
PORTREVISION=	1
CATEGORIES=	lang devel
MASTER_SITES=	${MASTER_SITE_GCC}
MASTER_SITE_SUBDIR= \
		libstdc++/doxygen
DISTNAME=	libstdc++-html-USERS-4.2.2

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

USE_BZIP2=	yes

NO_BUILD=	yes
NO_WRKSUBDIR=	yes

# This port contains too many pathnames to use for globs.
# PORTDOCS does not do the right thing when a single directory '.'
# is specified, so use a directory name.

PORTDOCS=	stldoc

do-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR} ${DOCSDIR}/stldoc
	    cd ${WRKSRC}/html_user-4.2.20071101 && \
	    ${FIND} . -type f | \
	    ${XARGS} -J % ${INSTALL_DATA} % ${DOCSDIR}/stldoc &&
	    ${CHMOD} 755 ${DOCSDIR} ${DOCSDIR}/stldoc
.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.
@
text
@d20 1
a20 1
MAINTAINER=	bms@@FreeBSD.org
@


1.1
log
@Add a port for the g++ 4.2.2 C++ library documentation.
@
text
@d13 1
d35 9
a43 3
	@@${MKDIR} ${DOCSDIR}/stldoc
	@@cd ${WRKSRC}/html_user-4.2.20071101 && ${FIND} . -type f | \
	 ${XARGS} -J % ${INSTALL_DATA} % ${DOCSDIR}/stldoc
@

