1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/lang/yorick-doc/Makefile
Ying-Chieh Liao fbe6b854de fix plist
PR:		43165
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-22 18:48:45 +00:00

29 lines
637 B
Makefile

# New ports collection makefile for: Yorick-doc
# Date created: 25 Jan 02
# Whom: David H. Munro <munro1@llnl.gov>
#
# $FreeBSD$
#
PORTNAME= yorick-doc
PORTVERSION= 1.5.07
PORTREVISION= 1
CATEGORIES= lang math
MASTER_SITES= ftp://ftp-icf.llnl.gov/pub/Yorick/ \
ftp://wuarchive.wustl.edu/languages/yorick/
DISTNAME= yorick-doc
EXTRACT_SUFX= .tgz
MAINTAINER= munro1@llnl.gov
WRKSRC= ${WRKDIR}/doc
NO_BUILD= true
do-install:
@cd ${WRKSRC}; ${RM} -f yorick.pdf yorick-info.tgz download.html
@if test ! -d ${DATADIR}; then ${MKDIR} ${DATADIR}; fi
cd ${WRKSRC}; ${CP} -r * ${DATADIR}
.include <bsd.port.mk>