freebsd-ports/lang/stldoc/Makefile
Stanislav Sedov 6963a4f758 - Change my email.
Suggested by:	skv
2007-03-27 22:12:03 +00:00

24 lines
469 B
Makefile

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