1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/www/geneweb/Makefile
Pav Lucistnik 94aeba5e84 - Mark BROKEN: does not build
Reported by:	pointyhat
2010-12-13 20:09:11 +00:00

35 lines
832 B
Makefile

# New ports collection makefile for: geneweb
# Date created: 10 septembre 2005
# Whom: Hubert Tournier <hubert@frbsd.org>
#
# $FreeBSD$
#
PORTNAME= geneweb
PORTVERSION= 5.01
CATEGORIES= www
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/
EXTRACT_SUFX= .tgz
MAINTAINER= hubert@frbsd.org
COMMENT= An advanced genealogy software
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \
camlp5:${PORTSDIR}/devel/ocaml-camlp5
BROKEN= does not build
HAS_CONFIGURE= yes
MAN1= ged2gwb.1 gwb2ged.1 gwc.1 gwc2.1 gwu.1 gwd.1 consang.1 gwsetup.1
SUB_FILES+= pkg-message
post-install:
${INSTALL_DATA} ${WRKSRC}/etc/a.gwf ${PREFIX}/share/geneweb
${INSTALL_SCRIPT} ${FILESDIR}/install.sh ${PREFIX}/share/geneweb
${CHMOD} -R go+r ${PREFIX}/share/geneweb ${_MANPAGES}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>