aboutsummaryrefslogtreecommitdiffstats
path: root/net/unison/Makefile
blob: 1d2493b5e53319c1aee8929f0c1273d490bb9877 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for: unison
# Date created:     4 October 2000
# Whom:         Dan Pelleg <dpelleg+unison@cs.cmu.edu>
#
# $FreeBSD$
#

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

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>