mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
831a1ffa32
port, which installs only the shared libraries and not the entire development system. This should make the package much more convenient to use.
21 lines
447 B
Makefile
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>
|