1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/net/unison232/Makefile
Patrick Li 457ed2be0f Update to 2.8.1
PR:		35806
Submitted by:	maintainer
2002-03-12 02:30:35 +00:00

28 lines
586 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.8.1
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-${PORTVERSION}/
DISTNAME= src
DIST_SUBDIR= unison-${PORTVERSION}
MAINTAINER= 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>