summaryrefslogtreecommitdiff
path: root/net/unison-devel/Makefile
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-04-24 13:06:03 +0000
committeradrianp <adrianp@pkgsrc.org>2005-04-24 13:06:03 +0000
commit22cca2afe838aca183c00965cad55a8322fc9d0a (patch)
tree50d684496892c0f6d0c31c71530267e61c8c2562 /net/unison-devel/Makefile
parent17b0dccdc17943917f54be43b6b7c389bca6bd12 (diff)
downloadpkgsrc-22cca2afe838aca183c00965cad55a8322fc9d0a.tar.gz
- Update unison-devel to 2.12.0
- Lots of changes, in summary: - Archive format has changed - Major tidying and enhancement of 'merge' functionality - Files larger than 2Gb are now supported - support for ocaml >3.07 - Substantial reworking of the internal logic of the text UI
Diffstat (limited to 'net/unison-devel/Makefile')
-rw-r--r--net/unison-devel/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/net/unison-devel/Makefile b/net/unison-devel/Makefile
index edbb72ec9d0..d84bf4c4d47 100644
--- a/net/unison-devel/Makefile
+++ b/net/unison-devel/Makefile
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:01 tv Exp $
+# $NetBSD: Makefile,v 1.8 2005/04/24 13:06:03 adrianp Exp $
-DISTNAME= src
-PKGNAME= unison-2.9.20
-PKGREVISION= 3
+DISTNAME= unison-2.12.0
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/latest/
@@ -11,9 +9,9 @@ HOMEPAGE= http://www.cis.upenn.edu/~bcpierce/unison/
COMMENT= File-synchronization tool
PKG_INSTALLATION_TYPES= overwrite pkgviews
-BUILDLINK_DEPENDS.ocaml+= ocaml>=3.08.2
DIST_SUBDIR= ${PKGNAME_NOREV}
+BUILDLINK_DEPENDS.ocaml+= ocaml>=3.08.2
# docs: unison-manual.pdf/html/ps/dvi
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
@@ -37,7 +35,14 @@ MAKE_FLAGS+= THREADS=true
INSTALLATION_DIRS= bin
+SUBST_CLASSES= x11
+SUBST_STAGE.x11= post-patch
+SUBST_FILES.x11= Makefile.OCaml
+SUBST_SED.x11= -e "s|/usr/X11R6|${X11BASE}|g"
+SUBST_MESSAGE.x11= "Fixing X11 paths."
+
post-install:
+ @cd ${WRKSRC} && ./unison -doc install > 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