From d5f846b8207528c6e21b9824e9d8190a9119f429 Mon Sep 17 00:00:00 2001 From: mjl Date: Thu, 11 Jan 2001 01:45:36 +0000 Subject: Initial import of unison, a file synchronisation tool. --- net/unison/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 net/unison/Makefile (limited to 'net/unison/Makefile') 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" -- cgit v1.2.3