aboutsummaryrefslogtreecommitdiffstats
path: root/net/cvsup/Makefile
blob: 591856d7438c17b7c0785d83908fbb12e984d569 (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
28
29
# New ports collection makefile for:    cvsup
# Version required: 15.1
# Date created:     7 August 1996
# Whom:         asami
#
# $Id: Makefile,v 1.19 1997/05/18 00:32:02 jdp Exp $
#

DISTNAME=   cvsup-15.1
CATEGORIES= devel net
MASTER_SITES=   ftp://hub.freebsd.org/pub/CVSup/ \
        ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \
        ftp://ftp.polstra.com/pub/FreeBSD/CVSup/

MAINTAINER= jdp@FreeBSD.org

BUILD_DEPENDS=  m3build-5:${PORTSDIR}/lang/modula-3
LIB_DEPENDS=    m3\\.5\\.:${PORTSDIR}/lang/modula-3-lib

# To build the client without GUI support:
#MAKE_ENV=  M3FLAGS=-DNOGUI
# To link the programs statically:
#MAKE_ENV=  M3FLAGS=-DSTATIC
# To link just the Modula-3 libraries statically:
#MAKE_ENV=  M3FLAGS=-DM3STATIC
# If you combine these, use double quotes:
#MAKE_ENV=  M3FLAGS="-DNOGUI -DSTATIC"

.include <bsd.port.mk>