1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/devel/cflow/Makefile
Thomas Abthorpe 2edf554e15 - Pass maintainership to submitter
PR:		ports/167937
Submitted by:	Tom Judge <tom@tomjudge.com>
2012-05-16 03:06:40 +00:00

25 lines
452 B
Makefile

# New ports collection makefile for: cflow
# Date created: 28 Sept 1995
# Whom: dchapes@zeus.leitch.com
#
# $FreeBSD$
#
PORTNAME= cflow
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= devel/lang/c
MAINTAINER= tom@tomjudge.com
COMMENT= A call graph generator for C code
CONFLICTS= bsdcflow-[0-9]* gnucflow-[0-9]*
USE_GMAKE= yes
MAN1= cflow.1
MANCOMPRESSED= yes
.include <bsd.port.mk>