23 lines
478 B
Makefile
23 lines
478 B
Makefile
# $OpenBSD: Makefile,v 1.11 2000/05/21 19:55:08 angelos Exp $
|
|
|
|
DISTNAME= camlp4-3.00
|
|
PKGNAME= camlp4-3.00
|
|
CATEGORIES= lang
|
|
NEED_VERSION= 1.230
|
|
FAKE=No
|
|
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/Daniel.de_Rauglaudre/Camlp4/
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
BUILD_DEPENDS= ocamlc::lang/ocaml
|
|
|
|
IS_INTERACTIVE= Yes
|
|
NO_PACKAGE= interactive port
|
|
HAS_CONFIGURE= Yes
|
|
USE_GMAKE= Yes
|
|
ALL_TARGET= world bootstrap opt
|
|
|
|
WRKDIST= ${WRKDIR}/camlp4-3.00
|
|
|
|
.include <bsd.port.mk>
|