1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/lang/stldoc/Makefile
Rong-En Fan 3e14560368 - Pass maintainership to submitter
- use PORTDOCS, no more pkg-plist

PR:		ports/100632
Submitted by:	Stanislav Sedov <ssedov at mbsd.msk.ru>
2006-07-21 12:28:56 +00:00

25 lines
471 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= ssedov@mbsd.msk.ru
COMMENT= The STL reference manual by SGI
NO_BUILD= yes
PORTDOCS= *
do-install:
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}
.include <bsd.port.mk>