1996-08-08 09:25:56 +00:00
|
|
|
# New ports collection makefile for: cvsup
|
1998-07-07 03:22:35 +00:00
|
|
|
# Version required: 15.4.2
|
1996-11-01 04:14:04 +00:00
|
|
|
# Date created: 7 August 1996
|
1996-08-08 09:25:56 +00:00
|
|
|
# Whom: asami
|
|
|
|
#
|
1998-09-18 01:02:04 +00:00
|
|
|
# $Id: Makefile,v 1.26 1998/07/07 03:22:18 jdp Exp $
|
1996-08-08 09:25:56 +00:00
|
|
|
#
|
|
|
|
|
1998-07-07 03:22:35 +00:00
|
|
|
DISTNAME= cvsup-15.4.2
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= devel net
|
1998-02-11 18:04:24 +00:00
|
|
|
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \
|
1997-05-06 15:03:41 +00:00
|
|
|
ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \
|
|
|
|
ftp://ftp.polstra.com/pub/FreeBSD/CVSup/
|
1996-08-08 09:25:56 +00:00
|
|
|
|
|
|
|
MAINTAINER= jdp@FreeBSD.org
|
|
|
|
|
1998-04-28 22:25:13 +00:00
|
|
|
BUILD_DEPENDS= m3build-6:${PORTSDIR}/lang/modula-3
|
1998-09-18 01:02:04 +00:00
|
|
|
LIB_DEPENDS= m3.6:${PORTSDIR}/lang/modula-3-lib
|
1996-08-08 09:25:56 +00:00
|
|
|
|
1998-03-24 04:20:27 +00:00
|
|
|
MAN1= cvsup.1
|
|
|
|
MAN8= cvsupd.8
|
|
|
|
|
1998-06-06 20:33:21 +00:00
|
|
|
# Support building on systems with or without X11 installed. The
|
|
|
|
# modula-3-lib port only supports X11R6 in the standard location,
|
|
|
|
# so we don't bother using the X11BASE macro. It's not defined yet
|
|
|
|
# at this point in the Makefile anyway.
|
|
|
|
.if !exists(/usr/X11R6/lib/libX11.a)
|
|
|
|
M3FLAGS+= -DNOGUI
|
|
|
|
.endif
|
|
|
|
|
|
|
|
# Build options. Uncomment the desired ones.
|
|
|
|
# To build the client without GUI support (automatic if X11R6 is not found):
|
|
|
|
#M3FLAGS+= -DNOGUI
|
1996-11-01 04:14:04 +00:00
|
|
|
# To link the programs statically:
|
1998-06-06 20:33:21 +00:00
|
|
|
#M3FLAGS+= -DSTATIC
|
1996-11-01 04:14:04 +00:00
|
|
|
# To link just the Modula-3 libraries statically:
|
1998-06-06 20:33:21 +00:00
|
|
|
#M3FLAGS+= -DM3STATIC
|
|
|
|
|
|
|
|
MAKE_ENV+= M3FLAGS="${M3FLAGS}"
|
1996-08-08 09:25:56 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|