mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
dd7669fcb1
PR: ports/85957 Submitted by: Hubert Tournier <hubert@frbsd.org>
28 lines
631 B
Makefile
28 lines
631 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
|
|
CATEGORIES= www
|
|
MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/
|
|
|
|
MAINTAINER= hubert@frbsd.org
|
|
COMMENT= An advanced genealogy software
|
|
|
|
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/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} files/install.sh ${PREFIX}/share/geneweb
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|