Update for new release 13.5 of CVSup.

Correct the "Date created" comment in the Makefile.
This commit is contained in:
John Polstra 1996-11-01 04:14:04 +00:00
parent c13908c42c
commit 8274f13906
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4227

View file

@ -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>