aboutsummaryrefslogtreecommitdiff
path: root/textproc/ocaml-yaxpo/Makefile
blob: 71d409e4e44ed13251744fa04aea9c4e526f45b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# New ports collection makefile for:	ocaml yaxpo
# Date created:		Thu Jan  9 05:25:48 UTC 2003
# Whom:			Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	yaxpo
PORTVERSION=	0.0.${DATE_VERSION}
CATEGORIES=	textproc
MASTER_SITES=	http://mikelin.mit.edu/yaxpo/
PKGNAMEPREFIX=	ocaml-
DISTNAME=	yaxpo

MAINTAINER=	lioux@FreeBSD.org

BUILD_DEPENDS=	ocamlc:${PORTSDIR}/lang/ocaml

USE_REINPLACE=	yes

ALL_TARGET=	yaxpo

DATE_VERSION=	20020816

.ifndef(NOPORTDOCS)
ALL_TARGET+=	doc
.endif

post-configure:
# PREFIX safeness
	@${REINPLACE_CMD} -E -e \
		's|^(INSTALLDIR).*$$|\1=${PREFIX}/lib/ocaml|' \
		${WRKSRC}/Makefile

pre-install:
# in pre-install to make sure we're using the correct user:group
# combo
	@${REINPLACE_CMD} -E -e \
		's|cp -f |${INSTALL_DATA} |' \
		${WRKSRC}/Makefile
# create installation dir
	@${MKDIR} ${PREFIX}/lib/ocaml

post-install:
.ifndef(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	@${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
.endif

.include <bsd.port.mk>