1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/net/cvsup/Makefile
John Polstra a6d86d5ee3 Update port for new release 15.4 of CVSup (from 15.3). Also, adjust
for the new shared library versions in the modula-3 and modula-3-lib
ports.
1998-04-28 22:25:13 +00:00

33 lines
850 B
Makefile

# New ports collection makefile for: cvsup
# Version required: 15.4
# Date created: 7 August 1996
# Whom: asami
#
# $Id: Makefile,v 1.23 1998/03/24 04:20:12 jdp Exp $
#
DISTNAME= cvsup-15.4
CATEGORIES= devel net
MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/CVSup/ \
ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \
ftp://ftp.polstra.com/pub/FreeBSD/CVSup/
MAINTAINER= jdp@FreeBSD.org
BUILD_DEPENDS= m3build-6:${PORTSDIR}/lang/modula-3
LIB_DEPENDS= m3\\.6\\.:${PORTSDIR}/lang/modula-3-lib
MAN1= cvsup.1
MAN8= cvsupd.8
# 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>