summaryrefslogtreecommitdiff
path: root/lang/stldoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/stldoc/Makefile')
-rw-r--r--lang/stldoc/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/stldoc/Makefile b/lang/stldoc/Makefile
new file mode 100644
index 000000000000..5f061881e2f1
--- /dev/null
+++ b/lang/stldoc/Makefile
@@ -0,0 +1,22 @@
+# 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>