diff options
author | jdp <jdp@FreeBSD.org> | 1996-11-01 12:14:04 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-11-01 12:14:04 +0800 |
commit | a24eb57721dbc9a298555590a568f08562bc8074 (patch) | |
tree | 950451bfafa7df7025f708c5e2debfd203d25ef7 /net/cvsup/Makefile | |
parent | d87b7921caf628ae1f713cf3f798e653ed42fcee (diff) | |
download | freebsd-ports-gnome-a24eb57721dbc9a298555590a568f08562bc8074.tar.gz freebsd-ports-gnome-a24eb57721dbc9a298555590a568f08562bc8074.tar.zst freebsd-ports-gnome-a24eb57721dbc9a298555590a568f08562bc8074.zip |
Update for new release 13.5 of CVSup.
Correct the "Date created" comment in the Makefile.
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> |