openbsd-ports/lang/camlp4/Makefile

29 lines
728 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.13 2000/06/04 21:29:05 espie Exp $
2000-05-21 15:55:08 -04:00
DISTNAME= camlp4-3.00
PKGNAME= camlp4-3.00
1999-02-12 23:51:49 -05:00
CATEGORIES= lang
NEED_VERSION= 1.230
1999-02-12 23:51:49 -05:00
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/Daniel.de_Rauglaudre/Camlp4/
MAINTAINER= angelos@openbsd.org
BUILD_DEPENDS= ocamlc::lang/ocaml
1999-07-09 00:06:40 -04:00
2000-05-21 15:58:35 -04:00
LICENSE_TYPE= BSD
PERMIT_PACKAGE_CDROM= No
PERMIT_PACKAGE_FTP= No
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
do-configure:
@sed -e s,@PREFIX@,${PREFIX}, <${FILESDIR}/Makefile.cnf.template >${WRKSRC}/config/Makefile.cnf
@cd ${WRKSRC}/config && echo ""| cat Makefile.tpl - Makefile.cnf >>Makefile
2000-03-05 13:30:21 -05:00
USE_GMAKE= Yes
1999-02-12 23:51:49 -05:00
ALL_TARGET= world bootstrap opt
2000-05-21 15:55:08 -04:00
WRKDIST= ${WRKDIR}/camlp4-3.00
1999-07-09 00:06:40 -04:00
1999-02-12 23:51:49 -05:00
.include <bsd.port.mk>