mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
19 lines
333 B
Makefile
19 lines
333 B
Makefile
# New ports collection makefile for: cflow
|
|
# Version required: 2.0
|
|
# Date created: 28 Sept 1995
|
|
# Whom: dchapes@zeus.leitch.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= cflow-2.0
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= devel/lang/c
|
|
|
|
MAINTAINER= dchapes@zeus.leitch.com
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|