1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/lang/stldoc/Makefile

21 lines
399 B
Makefile

# Created by: 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= ports@FreeBSD.org
COMMENT= The STL reference manual by SGI
NO_BUILD= yes
NO_STAGE= yes
do-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}
.include <bsd.port.mk>