summaryrefslogtreecommitdiff
path: root/net/unison/Makefile
diff options
context:
space:
mode:
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"