1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/net/cvsup/Makefile
John Polstra 831a1ffa32 Change the dependencies to take advantage of the new "modula-3-lib"
port, which installs only the shared libraries and not the entire
development system.  This should make the package much more convenient
to use.
1996-10-29 23:26:23 +00:00

21 lines
447 B
Makefile

# New ports collection makefile for: cvsup
# Version required: 13.4
# Date created: 7 August 1995
# Whom: asami
#
# $Id: Makefile,v 1.9 1996/10/22 03:12:33 jdp Exp $
#
DISTNAME= cvsup-13.4
CATEGORIES+= net
MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/
MAINTAINER= jdp@FreeBSD.org
BUILD_DEPENDS= m3build:${PORTSDIR}/lang/modula-3
LIB_DEPENDS= m3\\.4\\.:${PORTSDIR}/lang/modula-3-lib
MAKE_ENV= M3FLAGS=-DDYNAMIC
.include <bsd.port.mk>