1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/cvsup/Makefile
John Polstra 35c8d1d8a8 Update for new version of Modula-3.
Fix a typo in the "Version required" comment.
1996-09-27 02:33:15 +00:00

20 lines
394 B
Makefile

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