mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
23 lines
424 B
Makefile
23 lines
424 B
Makefile
|
# 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= corecode@corecode.ath.cx
|
||
|
|
||
|
NO_BUILD= yes
|
||
|
|
||
|
do-install:
|
||
|
@${MKDIR} ${DOCSDIR}
|
||
|
@${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}
|
||
|
|
||
|
.include <bsd.port.mk>
|