freebsd-ports/devel/ocaml-cppo/Makefile
Alex Kozlov d16c2e222e - Remove USE_GZIP (it's default)
- Remove USE_GO (unused after r296612)
- Convert Makefile headers to new style

Approved by: portmgr (bapt)
Feature safe: yes
2013-04-17 23:40:57 +00:00

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>