blob: 75f49a3f3349113ba622709e001ca638ed0a624a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: cflow
# Version required: 2.0
# Date created: 28 Sept 1995
# Whom: dchapes@zeus.leitch.com
#
# $Id: Makefile,v $
#
DISTNAME= cflow-2.0
CATEGORIES+= development
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/devel/lang/c/ \\
ftp://info2.rus.uni-stuttgart.de/pub/systems/linux/MIRROR.sunsite/devel/lang/c/
MAINTAINER= dchapes@zeus.leitch.com
RUN_DEPENDS= bash:${PORTSDIR}/shells/bash
USE_GMAKE= yes
.include <bsd.port.mk>
|