aboutsummaryrefslogtreecommitdiffstats
path: root/www/ocaml-wdialog/Makefile
blob: 8f810e22168e8c3dfc5e1aad48981051019369a1 (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
# New ports collection makefile for:   ocaml-wdialog
# Date created:        1st May 2003
# Whom:                Stephane Legrand <stephane@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   wdialog
PORTVERSION=    2.0.2
CATEGORIES= www
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= wdialog
PKGNAMEPREFIX=  ocaml-
DISTNAME=   ${PORTNAME}-${PORTVERSION}

MAINTAINER= stephane@freebsd.org
COMMENT=    Advanced system to create dialog-centric web applications

BUILD_DEPENDS=  ocamlc:${PORTSDIR}/lang/ocaml \
        ocamlfind:${PORTSDIR}/devel/ocaml-findlib \
        ${LOCALBASE}/lib/ocaml/site-lib/pxp-engine/pxp_engine.a:${PORTSDIR}/textproc/ocaml-pxp
RUN_DEPENDS=    ${LOCALBASE}/lib/ocaml/site-lib/pxp-engine/pxp_engine.a:${PORTSDIR}/textproc/ocaml-pxp

USE_GMAKE=  yes

HAS_CONFIGURE=  yes

ALL_TARGET= all opt

.include <bsd.port.mk>