freebsd-ports/lang/caml-light/Makefile
Jimmy Olgeni 021be14f65 Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
2014-07-05 19:27:03 +00:00

34 lines
936 B
Makefile

# Created by: jkoshy
# $FreeBSD$
PORTNAME= caml
PORTVERSION= 0.75
PORTREVISION= 4
CATEGORIES= lang elisp
MASTER_SITES= http://caml.inria.fr/pub/distrib/caml-light-0.75/ \
ftp://arcadia.informatik.uni-muenchen.de/pub/comp/programming/languages/functional/caml-light/
DISTNAME= cl75unix
MAINTAINER= michael.grunewald@laposte.net
COMMENT= Strongly typed functional language belonging to the ML family
USE_XORG= x11
WRKSRC= ${WRKDIR}/cl75
ALL_TARGET= configure world bootstrap
MAN1= camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 \
camlrun.1 camlyacc.1 mletags.1 camllorder.1 camlsearch.1
NO_STAGE= yes
.include <bsd.port.pre.mk>
do-build:
cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} ${ALL_TARGET}
# build some contrib stuff too
do-install:
cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} ${INSTALL_TARGET}
cd ${WRKSRC}/contrib; ${SETENV} ${MAKE_ENV} ${MAKE} all \
${INSTALL_TARGET}
.include <bsd.port.post.mk>