freebsd-ports/lang/moscow_ml/Makefile
1998-08-26 05:29:36 +00:00

46 lines
1.4 KiB
Makefile

# New ports collection makefile for: moscow-ml
# Version required: 1.43
# Date created: 2 August 1998
# Whom: chuckr
#
# $Id: Makefile,v 1.10 1998/08/02 17:42:01 chuckr Exp $
#
DISTNAME= mos14src
PKGNAME= moscow_ml-1.4
CATEGORIES= lang
MASTER_SITES= ftp://ftp.dina.kvl.dk/pub/mosml/ \
ftp://ftp.csd.uu.se/pub/mirror/mosml/ \
ftp://ftp.dcs.ed.ac.uk/pub/ml/Moscow/
MAINTAINER= chuckr@freefall.FreeBSD.org
ALL_TARGET= world MOSMLHOME=$(PREFIX)/moscow_ml
INSTALL_TARGET= install MOSMLHOME=$(PREFIX)/moscow_ml
WRKSRC= ${WRKDIR}/mosml/src
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/moscow_ml/doc
${MKDIR} ${PREFIX}/moscow_ml/doc/mosmllib
${MKDIR} ${PREFIX}/moscow_ml/examples
for file in ${WRKDIR}/mosml/doc/*;do \
if [ -f $${file} ]; then\
${INSTALL_DATA} $${file} ${PREFIX}/moscow_ml/doc;fi;done
for file in ${WRKDIR}/mosml/doc/mosmllib/*;do \
${INSTALL_DATA} $${file} ${PREFIX}/moscow_ml/doc/mosmllib;done
(cd ${WRKDIR}/mosml/examples; \
${INSTALL_DATA} README ${PREFIX}/moscow_ml/examples; \
for sdirs in manual mls helpsigs calc pretty lexyacc;do \
${MKDIR} ${PREFIX}/moscow_ml/examples/$${sdirs}; \
for file in $${sdirs}/*;do \
if [ -f $${file} ]; then\
${INSTALL_DATA} $${file} ${PREFIX}/moscow_ml/examples/$${sdirs}; fi; \
done; done;)
.endif
for file in $(PREFIX)/moscow_ml/bin/*;do \
if [ -f $${file} ]; then\
$(LN) -sf $${file} $(PREFIX)/bin;fi;done
.include <bsd.port.mk>