mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
69bfd4e29c
"programming" that was in some of them, it's pretty obvious what we are talking about here.
21 lines
498 B
Makefile
21 lines
498 B
Makefile
# New ports collection makefile for: cflow
|
|
# Version required: 2.0
|
|
# Date created: 28 Sept 1995
|
|
# Whom: dchapes@zeus.leitch.com
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1995/10/03 09:24:22 asami Exp $
|
|
#
|
|
|
|
DISTNAME= cflow-2.0
|
|
CATEGORIES+= devel
|
|
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>
|