blob: 6b5055907b56fbb2ea41be3c78bf10b0b68fb7a3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: cvsup
# Version required: 13.3
# Date created: 7 August 1995
# Whom: asami
#
# $Id: Makefile,v 1.4 1996/09/10 05:28:25 jdp Exp $
#
DISTNAME= cvsup-13.4
CATEGORIES+= net
MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/
MAINTAINER= jdp@FreeBSD.org
LIB_DEPENDS= m3\\.2\\.:${PORTSDIR}/lang/modula-3
MAKE_ENV= M3FLAGS=-DDYNAMIC
.include <bsd.port.mk>
|