freebsd-ports/lang/stldoc/Makefile
Patrick Li c170ea81e1 Add new port lang/stldoc - STL reference manual by SGI
PR:		36324
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2002-03-29 09:36:42 +00:00

22 lines
424 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= corecode@corecode.ath.cx
NO_BUILD= yes
do-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}
.include <bsd.port.mk>