diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-08-16 02:50:02 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-08-16 02:50:02 +0000 |
commit | 82f26389a38d34c7381a411cfbcd968d0a222568 (patch) | |
tree | 33d8bcbe79fdbf051772013ffe15f5ebdfaf51e5 /lang/ocaml | |
parent | fe1131cbbb8ceceb9081f6a392796328f6b97dd1 (diff) | |
download | pkgsrc-82f26389a38d34c7381a411cfbcd968d0a222568.tar.gz |
Beautify: correct tab-stops.
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 6450e5bf30a..deee2c8618e 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,32 +1,32 @@ -# $NetBSD: Makefile,v 1.10 2002/06/19 02:23:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.11 2002/08/16 03:12:13 jschauma Exp $ # -DISTNAME= ocaml-3.04 -CATEGORIES= lang +DISTNAME= ocaml-3.04 +CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/ -MAINTAINER= jschauma@netbsd.org -HOMEPAGE= http://caml.inria.fr/ocaml/ -COMMENT= the latest implementation of the Caml dialect of ML +MAINTAINER= jschauma@netbsd.org +HOMEPAGE= http://caml.inria.fr/ocaml/ +COMMENT= the latest implementation of the Caml dialect of ML -DEPENDS+= tk>=8.3.2:../../x11/tk +DEPENDS+= tk>=8.3.2:../../x11/tk -USE_GMAKE= yes -HAS_CONFIGURE= yes +USE_GMAKE= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS+= -prefix ${LOCALBASE} CONFIGURE_ARGS+= -tklibs -L${LOCALBASE}/lib CONFIGURE_ARGS+= -tkdefs "-I${LOCALBASE}/include " CONFIGURE_ARGS+= -libs "-Wl,-R${X11BASE}/lib -Wl,-R${LOCALBASE}/lib" -ALL_TARGET= world +ALL_TARGET= world post-build: - if ${TEST} ${MACHINE_ARCH} = 'i386'; then \ - cd ${WRKSRC}; \ - ${GMAKE} opt; \ - ${GMAKE} ocamlc.opt; \ - ${GMAKE} ocamlopt.opt; \ - fi + if ${TEST} ${MACHINE_ARCH} = 'i386'; then \ + cd ${WRKSRC}; \ + ${GMAKE} opt; \ + ${GMAKE} ocamlc.opt; \ + ${GMAKE} ocamlopt.opt; \ + fi .include "../../mk/bsd.prefs.mk" |