pkgsrc/net/unison/Makefile
hubertf e19bdfaa30 Update to unison-2.7.7. Changes:
* Many changes to the internal data structures (not backward compatible!)
 * Centralized backups
 * Lots of bug fixes
 * Many other feature enhancements

Requested by Ben Wong <benjamin.wong@cc.gatech.edu>.
While there, fix the dependency on ocaml, and install some docs.

PACKAGE DEVELOPERS: please don't just include binaries into pkgs!
2001-09-28 23:54:36 +00:00

41 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.5 2001/09/28 23:54:36 hubertf Exp $
#
DISTNAME= src
PKGNAME= unison-2.7.7
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/latest/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/
COMMENT= file-synchronization tool
BUILD_DEPENDS= ocaml>=3.00:../../lang/ocaml
DIST_SUBDIR= unison
# docs: unison-manual.pdf/html/ps/dvi
WRKSRC= ${WRKDIR}/${PKGNAME}
USE_GMAKE= yes
MAKE_FLAGS+= CFLAGS="" UISTYLE=text
.include "../../mk/bsd.prefs.mk"
.if (${MACHINE_ARCH} != "i386")
# we don't have ocamlopt on non-i386 so don't try and use it
MAKE_FLAGS+= NATIVE=false
.endif
post-install:
${INSTALL_MAN_DIR} ${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/BUGS.txt ${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/CONTRIB ${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/COPYING ${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/DEPENDENCIES.ps ${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/INSTALL ${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/NEWS ${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/ROADMAP.txt ${PREFIX}/share/doc/unison
${INSTALL_MAN} ${WRKSRC}/TODO.txt ${PREFIX}/share/doc/unison
.include "../../mk/bsd.pkg.mk"