freebsd-ports/net/unison/Makefile
Pete Fritchman 0ac2e2a51b - update to 2.7.1
- style nits (one tab after VAR=)

PR:		30195
Submitted by:	maintainer (mostly)
2001-08-29 19:36:53 +00:00

27 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.7.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>