mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
704d583f8c
PR: ports/19896 Submitted by: Kim Scarborough <sluggo@unknown.nu>
32 lines
817 B
Makefile
32 lines
817 B
Makefile
# New ports collection makefile for: brs
|
|
# Date created: 12 July 2000
|
|
# Whom: Kim Scarborough <user@unknown.nu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
# This is not the current version, but the version needs to
|
|
# be <= the version of ocaml, which hasn't been updated. Once
|
|
# the ocaml maintainer updates it, I'll update this.
|
|
|
|
PORTNAME= camlp4
|
|
PORTVERSION= 2.04
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/camlp4/OLD/2.04/ \
|
|
http://www.unknown.nu/ports/
|
|
|
|
MAINTAINER= user@unknown.nu
|
|
|
|
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_WRKSRC= ${WRKSRC}/config
|
|
CONFIGURE_SCRIPT= configure_batch
|
|
CONFIGURE_ENV= PREFIX=${PREFIX}
|
|
ALL_TARGET= world
|
|
|
|
MAN1= camlp4.1
|
|
MANLINKS= camlp4.1 camlp4o.1 camlp4r.1 mkcamlp4.1 ocpp.1
|
|
MANCOMPRESSED= no
|
|
|
|
.include <bsd.port.mk>
|