freebsd-ports/net/unison/Makefile

28 lines
573 B
Makefile
Raw Normal View History

# New ports collection makefile for: unison
# Date created: 4 October 2000
# Whom: Dan Pelleg <dpelleg+unison@cs.cmu.edu>
#
# $FreeBSD$
#
2001-02-05 16:50:41 +01:00
PORTNAME= unison
PORTVERSION= 2.6.11
CATEGORIES= net
MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/stable/unison-${PORTVERSION}/
DISTNAME= src
DIST_SUBDIR= unison
MAINTAINER= dpelleg+unison@cs.cmu.edu
2001-02-05 16:50:41 +01:00
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>