1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/lang/stldoc/Makefile
Stanislav Sedov 2d94c0d48b - Fix pkg-plist in NOPORTDOCS case.
Reported by:	itectu
2008-06-14 16:36:26 +00:00

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