diff options
Diffstat (limited to 'net/cvsup/Makefile')
-rw-r--r-- | net/cvsup/Makefile | 17 |
1 files changed, 12 insertions, 5 deletions
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 <bsd.port.mk> |