aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1996-11-01 04:14:04 +0000
committerJohn Polstra <jdp@FreeBSD.org>1996-11-01 04:14:04 +0000
commit8274f1390638d8f3bf0be3bbc6245c58af2d2236 (patch)
treea2badb4e2ed7a23476e516f94f7df707a73a09c7
parentc13908c42c8a48d74ab102dc591a2703fdbfa49b (diff)
downloadports-8274f1390638d8f3bf0be3bbc6245c58af2d2236.tar.gz
ports-8274f1390638d8f3bf0be3bbc6245c58af2d2236.zip
Update for new release 13.5 of CVSup.
Correct the "Date created" comment in the Makefile.
Notes
Notes: svn path=/head/; revision=4227
-rw-r--r--net/cvsup/Makefile17
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>