d16c2e222e
- Remove USE_GO (unused after r296612) - Convert Makefile headers to new style Approved by: portmgr (bapt) Feature safe: yes
20 lines
428 B
Makefile
20 lines
428 B
Makefile
# Created by: Michael Grunewald
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= cppo
|
|
PORTVERSION= 0.9.2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://martin.jambon.free.fr/
|
|
PKGNAMEPREFIX= ocaml-
|
|
|
|
MAINTAINER= michael.grunewald@laposte.net
|
|
COMMENT= A simple preprocessor for OCaml
|
|
|
|
USE_GMAKE= yes
|
|
USE_OCAML= yes
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|