From 8274f1390638d8f3bf0be3bbc6245c58af2d2236 Mon Sep 17 00:00:00 2001 From: John Polstra Date: Fri, 1 Nov 1996 04:14:04 +0000 Subject: Update for new release 13.5 of CVSup. Correct the "Date created" comment in the Makefile. --- net/cvsup/Makefile | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'net/cvsup') diff --git a/net/cvsup/Makefile b/net/cvsup/Makefile index 1ced121baab2..b8f47cc11cdd 100644 --- a/net/cvsup/Makefile +++ b/net/cvsup/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: cvsup -# Version required: 13.4 -# Date created: 7 August 1995 +# Version required: 13.5 +# Date created: 7 August 1996 # Whom: asami # -# $Id: Makefile,v 1.9 1996/10/22 03:12:33 jdp Exp $ +# $Id: Makefile,v 1.10 1996/10/29 23:26:23 jdp Exp $ # -DISTNAME= cvsup-13.4 +DISTNAME= cvsup-13.5 CATEGORIES+= net MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/ @@ -15,6 +15,13 @@ MAINTAINER= jdp@FreeBSD.org BUILD_DEPENDS= m3build:${PORTSDIR}/lang/modula-3 LIB_DEPENDS= m3\\.4\\.:${PORTSDIR}/lang/modula-3-lib -MAKE_ENV= M3FLAGS=-DDYNAMIC +# 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 -- cgit v1.2.3