mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
7a4ac6b1f2
German mirror site and the other US site as well.
30 lines
814 B
Makefile
30 lines
814 B
Makefile
# New ports collection makefile for: cvsup
|
|
# Version required: 14.1.1
|
|
# Date created: 7 August 1996
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.17 1997/01/16 03:27:25 jdp Exp $
|
|
#
|
|
|
|
DISTNAME= cvsup-14.1.1
|
|
CATEGORIES= devel net
|
|
MASTER_SITES= ftp://hub.freebsd.org/pub/CVSup/ \
|
|
ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ \
|
|
ftp://ftp.polstra.com/pub/FreeBSD/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>
|