bd3de30678
Literate programming, as defined by Knuth, means to combine program code and documentation into one source document from which program code and documentation can be extracted. The approach of ocamlweb is that documentation is to be included in the program code as special comments. The ocamlweb tool extracts from this the documented program code as LaTeX document, while no special preprocessing is required to compile the source files.
25 lines
675 B
Makefile
25 lines
675 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/09/07 14:12:27 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= ocamlweb-1.37
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.lri.fr/~filliatr/ftp/ocamlweb/
|
|
|
|
MAINTAINER= kamel.derouiche@gmail.com
|
|
HOMEPAGE= http://www.lri.fr/~filliatr/ocamlweb/
|
|
COMMENT= Ocamlweb is a literate programming tool for Objective Caml
|
|
#LICENSE= # TODO: (see mk/license.mk)
|
|
|
|
#DEPENDS+= teTeX>=3.0:../../print/teTeX
|
|
DEPENDS+= hevea>=1.10:../../textproc/hevea
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
|
|
|
.include "../../lang/ocaml/buildlink3.mk"
|
|
.include "../../print/kpathsea/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|