summaryrefslogtreecommitdiff
path: root/lang/stldoc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/stldoc/Makefile')
-rw-r--r--lang/stldoc/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/lang/stldoc/Makefile b/lang/stldoc/Makefile
deleted file mode 100644
index 0e58dbcd0667..000000000000
--- a/lang/stldoc/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# 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
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-NO_BUILD= yes
-
-do-install:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/* ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>