summaryrefslogtreecommitdiff
path: root/net/unison/Makefile
diff options
context:
space:
mode:
authormjl <mjl>2001-01-11 01:45:36 +0000
committermjl <mjl>2001-01-11 01:45:36 +0000
commitd5f846b8207528c6e21b9824e9d8190a9119f429 (patch)
tree074f982f13abe0814b251c7629418bbe65f1ce2b /net/unison/Makefile
parent11f91b6b55cd65e7942cbcf649b936c3d1c9271f (diff)
downloadpkgsrc-d5f846b8207528c6e21b9824e9d8190a9119f429.tar.gz
Initial import of unison, a file synchronisation tool.
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r--net/unison/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile
new file mode 100644
index 00000000000..c439f4d76cf
--- /dev/null
+++ b/net/unison/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/11 01:45:36 mjl Exp $
+#
+
+DISTNAME= src
+PKGNAME= unison-2.6.11
+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/
+
+BUILD_DEPENDS= ocamlc:../../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.pkg.mk"