freebsd-ports/www/geneweb/Makefile
Pav Lucistnik c9961e6559 - Mark BROKEN: Camlp4: Uncaught exception: DynLoader.Error ("pa_ifdef.cmo",
"file not found in path")

Reported by:	pointyhat
2008-04-20 22:36:31 +00:00

31 lines
772 B
Makefile

# New ports collection makefile for: geneweb
# Date created: 10 septembre 2005
# Whom: Hubert Tournier <hubert@frbsd.org>
#
# $FreeBSD$
#
PORTNAME= geneweb
PORTVERSION= 4.10
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/
DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}-1${DISTVERSIONSUFFIX}
MAINTAINER= hubert@frbsd.org
COMMENT= An advanced genealogy software
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
BROKEN= does not build with new ocaml
MAN1= ged2gwb.1 gwb2ged.1 gwc.1 gwu.1
SUB_FILES+= pkg-message
post-install:
${INSTALL_DATA} ${WRKSRC}/etc/a.gwf ${PREFIX}/share/geneweb
${INSTALL_SCRIPT} ${FILESDIR}/install.sh ${PREFIX}/share/geneweb
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>