1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/cvsup/Makefile
John Polstra 3d6079d216 Update from CVSup release 14.1 to release 14.1.1.
This micro release of CVSup fixes a server bug that would have been
tickled by some planned repairs to the FreeBSD repository.  The client
remains unchanged from release 14.1.
1997-01-16 03:27:31 +00:00

28 lines
725 B
Makefile

# New ports collection makefile for: cvsup
# Version required: 14.1.1
# Date created: 7 August 1996
# Whom: asami
#
# $Id: Makefile,v 1.16 1997/01/08 00:20:20 jdp Exp $
#
DISTNAME= cvsup-14.1.1
CATEGORIES= devel net
MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/
MAINTAINER= jdp@FreeBSD.org
BUILD_DEPENDS= m3build-4:${PORTSDIR}/lang/modula-3
LIB_DEPENDS= m3\\.4\\.:${PORTSDIR}/lang/modula-3-lib
# 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>