1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/devel/ocaml-classes/Makefile
Akinori MUSHA 8bf671b27e Remove a bogus line continuation and set PKGNAMEPREFIX properly.
(PKGNAME=classes-3.05 -> PKGNAME=ocaml-classes-3.05)
2002-12-16 09:26:24 +00:00

25 lines
590 B
Makefile

# New ports collection makefile for: ocaml-classes
# Date created: Ven 16 aoû 2002 02:05:08 CEST
# Whom: Michaël Grünewald
#
# $FreeBSD$
#
PORTNAME= classes
PORTVERSION= 3.05
CATEGORIES= devel
MASTER_SITES= http://wwwfun.kurims.kyoto-u.ac.jp/soft/olabl/dist/\
ftp://ftp.kurims.kyoto-u.ac.jp/pub/lang/olabl/\
ftp://ftp.inria.fr/lang/caml-light/bazar-ocaml/
PKGNAMEPREFIX= ocaml-
DISTNAME= ocaml-${PORTNAME}-${PORTVERSION}
MAINTAINER= michaelgrunewald@yahoo.fr
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
post-extract:
@${CP} ${FILESDIR}/META ${WRKSRC}
.include <bsd.port.mk>