diff options
author | nox <nox@FreeBSD.org> | 2009-01-20 01:52:56 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2009-01-20 01:52:56 +0800 |
commit | e7f4f19874392f29816de50f9b877dcc89daeba0 (patch) | |
tree | d77e0962f0dd417b1a5fb226b225af49e3133734 /www/geneweb/Makefile | |
parent | faea86fbb24cc52669e82ab4008d371f903c62ef (diff) | |
download | freebsd-ports-gnome-e7f4f19874392f29816de50f9b877dcc89daeba0.tar.gz freebsd-ports-gnome-e7f4f19874392f29816de50f9b877dcc89daeba0.tar.zst freebsd-ports-gnome-e7f4f19874392f29816de50f9b877dcc89daeba0.zip |
Update to 5.01
PR: ports/130696
Submitted by: Hubert Tournier <hubert@frbsd.org>
Diffstat (limited to 'www/geneweb/Makefile')
-rw-r--r-- | www/geneweb/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/www/geneweb/Makefile b/www/geneweb/Makefile index f51208de5b05..c9828e7432f4 100644 --- a/www/geneweb/Makefile +++ b/www/geneweb/Makefile @@ -6,28 +6,27 @@ # PORTNAME= geneweb -PORTVERSION= 4.10 -PORTREVISION= 4 +PORTVERSION= 5.01 CATEGORIES= www MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/cristal/geneweb/Src/ -DISTNAME= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}-1${DISTVERSIONSUFFIX} +EXTRACT_SUFX= .tgz MAINTAINER= hubert@frbsd.org COMMENT= An advanced genealogy software -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ + camlp5:${PORTSDIR}/devel/ocaml-camlp5 -BROKEN= does not build with new ocaml -DEPRECATED= has been broken for more than 6 months -EXPIRATION_DATE=2009-01-19 +HAS_CONFIGURE= yes -MAN1= ged2gwb.1 gwb2ged.1 gwc.1 gwu.1 +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> |