diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2008-01-18 14:42:01 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2008-01-18 14:42:01 +0000 |
commit | 02b4c2b973537dd9c5402c45c7997d6a8537c9b9 (patch) | |
tree | 5f77cf92997d718c9aa5ef34299f96cc8d088e68 /lang/libstdc++_stldoc_3.4.0/Makefile | |
parent | e0728d8bc86f950b19b01f816897f7fcec9420a3 (diff) |
Notes
Diffstat (limited to 'lang/libstdc++_stldoc_3.4.0/Makefile')
-rw-r--r-- | lang/libstdc++_stldoc_3.4.0/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lang/libstdc++_stldoc_3.4.0/Makefile b/lang/libstdc++_stldoc_3.4.0/Makefile new file mode 100644 index 000000000000..954958bd0999 --- /dev/null +++ b/lang/libstdc++_stldoc_3.4.0/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: libstdc++_stldoc +# Date created: 18th January 2008 +# Whom: Bruce M. Simpson +# +# $FreeBSD$ +# +# 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 +CATEGORIES= lang devel +MASTER_SITES= ${MASTER_SITE_GCC} +MASTER_SITE_SUBDIR= \ + libstdc++/doxygen +DISTNAME= libstdc++-html-USERS-3.4.0 + +MAINTAINER= bms@FreeBSD.org +COMMENT= GNU libstdc++ API documentation + +USE_BZIP2= yes + +NO_BUILD= yes +NO_WRKSUBDIR= yes + +PORTDOCS= * + +do-install: + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/html_user/* ${DOCSDIR} + +.include <bsd.port.mk> |