aboutsummaryrefslogtreecommitdiffstats
path: root/lang/stldoc/Makefile
blob: 2da5ab0834e1bb2da1c99e842a8d11ca7bee9330 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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

MAINTAINER= ssedov@mbsd.msk.ru
COMMENT=    The STL reference manual by SGI

NO_BUILD=   yes
PORTDOCS=   *

do-install:
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}

.include <bsd.port.mk>