2002-03-29 09:36:42 +00:00
|
|
|
# New ports collection makefile for: stldoc
|
|
|
|
# Date created: 26 Mar 2002
|
|
|
|
# Whom: Simon 'corecode' Schubert <corecode@corecode.ath.cx>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= stldoc
|
|
|
|
PORTVERSION= 1.0
|
|
|
|
CATEGORIES= lang devel
|
|
|
|
MASTER_SITES= http://www.sgi.com/tech/stl/
|
|
|
|
DISTNAME= STL_doc
|
|
|
|
|
2006-07-21 12:28:56 +00:00
|
|
|
MAINTAINER= ssedov@mbsd.msk.ru
|
2003-02-21 12:35:09 +00:00
|
|
|
COMMENT= The STL reference manual by SGI
|
2002-03-29 09:36:42 +00:00
|
|
|
|
|
|
|
NO_BUILD= yes
|
2006-07-21 12:28:56 +00:00
|
|
|
PORTDOCS= *
|
2002-03-29 09:36:42 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|