diff options
author | mjl <mjl@pkgsrc.org> | 2001-01-11 01:45:36 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-01-11 01:45:36 +0000 |
commit | 59fcada03198c8760243a4f110bae5b2f0f138aa (patch) | |
tree | 074f982f13abe0814b251c7629418bbe65f1ce2b /net/unison/Makefile | |
parent | 9bfff556af35ed7042cb96e73fb9f22df88c80b2 (diff) | |
download | pkgsrc-59fcada03198c8760243a4f110bae5b2f0f138aa.tar.gz |
Initial import of unison, a file synchronisation tool.
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 21 |
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" |