1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/unison/Makefile
Trevor Johnson f92095b090 Add new port of unison 2.5.1, a utility for synchronizing files
which works both on local disks and over a network (can use ssh).

PR:		22264
Submitted by:	Dan Pelleg <dpelleg+unison@cs.cmu.edu>
2000-10-26 01:42:33 +00:00

28 lines
594 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.5.1
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-${PORTVERSION}/
DISTNAME= src
DIST_SUBDIR= unison
MAINTAINER= Dan Pelleg <dpelleg+unison@cs.cmu.edu>
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>