1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/lang/stldoc/Makefile

24 lines
457 B
Makefile
Raw Normal View History

# 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
2007-03-27 22:12:03 +00:00
MAINTAINER= stas@FreeBSD.org
2003-02-21 12:35:09 +00:00
COMMENT= The STL reference manual by SGI
NO_BUILD= yes
do-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}
.include <bsd.port.mk>