openbsd-ports/lang/camlp4/Makefile

21 lines
453 B
Makefile
Raw Normal View History

1999-12-03 22:51:48 -05:00
# $OpenBSD: Makefile,v 1.5 1999/12/04 03:51:48 angelos Exp $
1999-02-12 23:51:49 -05:00
DISTNAME= camlp4
1999-12-03 22:51:48 -05:00
PKGNAME= camlp4-2.04
1999-02-12 23:51:49 -05:00
CATEGORIES= lang
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/Daniel.de_Rauglaudre/Camlp4/
MAINTAINER= angelos@openbsd.org
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
1999-07-09 00:06:40 -04:00
IS_INTERACTIVE= yes
NO_PACKAGE= interactive port
1999-02-12 23:51:49 -05:00
HAS_CONFIGURE= yes
USE_GMAKE= yes
ALL_TARGET= world bootstrap opt
1999-12-03 22:51:48 -05:00
WRKSRC= ${WRKDIR}/camlp4-2.04
1999-07-09 00:06:40 -04:00
1999-02-12 23:51:49 -05:00
.include <bsd.port.mk>