mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
21 lines
387 B
Makefile
21 lines
387 B
Makefile
# New ports collection makefile for: cvsup
|
|
# Version required: 13.2
|
|
# Date created: 7 August 1995
|
|
# Whom: asami
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= cvsup-13.2
|
|
CATEGORIES+= net
|
|
MASTER_SITES= ftp://freefall.freebsd.org/pub/CVSup/
|
|
|
|
MAINTAINER= jdp@FreeBSD.org
|
|
|
|
LIB_DEPENDS= z\\.1\\.:${PORTSDIR}/devel/libz \
|
|
m3\\.353\\.:${PORTSDIR}/lang/modula-3
|
|
|
|
MAKE_ENV= M3FLAGS=-DDYNAMIC
|
|
|
|
.include <bsd.port.mk>
|