1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/lang/stldoc/Makefile
2014-02-18 11:43:42 +00:00

20 lines
407 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
do-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>