freebsd-ports/www/ocaml-wdialog/Makefile
2004-02-04 05:10:27 +00:00

32 lines
879 B
Makefile

# New ports collection makefile for: ocaml-wdialog
# Date created: 1st May 2003
# Whom: Stephane Legrand <stephane@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= wdialog
PORTVERSION= 2.00
PORTREVISION= 1
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/pcre/pcre.a:${PORTSDIR}/devel/ocaml-pcre \
${LOCALBASE}/lib/ocaml/site-lib/cgi/cgi.a:${PORTSDIR}/www/ocaml-net \
${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>