aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ocamlweb/Makefile
blob: 3271593f29f700c77ad0b22b19b2b96b7254633a (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
# New ports collection makefile for:    ocamlweb
# Date created:             4 February 2001
# Whom:                 Patrick Doane <patrick@watson.org>
#
# $FreeBSD$
#

PORTNAME=   ocamlweb
PORTVERSION=    0.9
CATEGORIES= devel
MASTER_SITES=   http://www.lri.fr/~filliatr/ftp/ocamlweb/
DISTFILES=  ${DISTNAME}${EXTRACT_SUFX} ${DOCFILES}
EXTRACT_ONLY=   ${DISTNAME}${EXTRACT_SUFX}

MAINTAINER= patrick@watson.org

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

GNU_CONFIGURE= yes

.if !defined(NOPORTDOCS)
DOCFILES=   ${PORTNAME}-man.ps.gz
.endif

post-install:
.if !defined{NOPORTDOCS}
    ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
    ${INSTALL_MAN} ${DISTDIR}/${PORTNAME}-man.ps.gz ${PREFIX}/share/doc/${PORTNAME}
.endif

.include <bsd.port.mk>