1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/devel/ocaml-extlib/Makefile
Marcus Alves Grando 51557f46d4 - Update to 1.5
PR:		94609
Submitted by:	skv
Approved by:	maintainer timeout, 29 days
2006-04-15 17:22:29 +00:00

42 lines
803 B
Makefile

# Ports collection makefile for: extlib
# Date created: Nov 2, 2004
# Whom: mukai
#
# $FreeBSD$
#
PORTNAME= extlib
PORTVERSION= 1.5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ocaml-lib
PKGNAMEPREFIX= ocaml-
MAINTAINER= mukai@jmuk.org
COMMENT= A complete - yet small - standard library for OCaml
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
ocamlfind:${PORTSDIR}/devel/ocaml-findlib
USE_GMAKE= yes
USE_DOS2UNIX= yes
ALL_TARGET= all opt
.if !defined(NOPORTDOCS)
ALL_TARGET+= doc
.endif
PORTDOCS= *
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e '/css/d' ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif
.include <bsd.port.mk>