mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
8c3d76bfa6
Authors have been provided with an example of how to reliably reproduce the bug in the "Losing data with unison 2.9.1" thread here: http://groups.yahoo.com/group/unison-users/ (The last message has not yet been approved by the list maintainer as of this writing.)
30 lines
631 B
Makefile
30 lines
631 B
Makefile
# New ports collection makefile for: unison
|
|
# Date created: 4 October 2000
|
|
# Whom: Dan Pelleg <dpelleg+unison@cs.cmu.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= unison
|
|
PORTVERSION= 2.9.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-${PORTVERSION}/
|
|
DISTNAME= src
|
|
DIST_SUBDIR= unison-${PORTVERSION}
|
|
|
|
FORBIDDEN= "Can result in serious data loss"
|
|
|
|
MAINTAINER= daniel+unison@pelleg.org
|
|
|
|
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_GMAKE= yes
|
|
MAKE_ARGS= UISTYLE=text CFLAGS=""
|
|
|
|
post-install:
|
|
strip ${PREFIX}/bin/unison
|
|
|
|
.include <bsd.port.mk>
|