- Add LICENSE

- Strip binary
- Regenerate patches
- Update WWW
This commit is contained in:
Dmitry Marakasov 2017-07-27 09:01:07 +00:00
parent d8eb6b9007
commit f532507eb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446721
3 changed files with 11 additions and 4 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= bsdcflow
PORTVERSION= 0.0.6
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://cdn.bitbucket.org/marcusva/cflow/downloads/
DISTNAME= cflow-${PORTVERSION}
@ -9,6 +10,8 @@ DISTNAME= cflow-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Call graph generator for C and assembler code
LICENSE= BSD2CLAUSE
CONFLICTS= gnucflow-[0-9]* cflow-[0-9]*
USES= gmake
@ -21,4 +24,8 @@ PLIST_FILES= bin/asmgraph bin/cgraph bin/cflow \
WRKSRC= ${WRKDIR}/${DISTNAME}/gnu
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/cgraph
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/asmgraph
.include <bsd.port.mk>

View File

@ -1,11 +1,11 @@
--- Makefile.orig 2014-01-14 00:24:40.000000000 +0100
+++ Makefile 2014-01-14 00:25:34.000000000 +0100
--- Makefile.orig 2010-04-03 09:52:16 UTC
+++ Makefile
@@ -1,3 +1,4 @@
+DESTDIR?=
PREFIX?=/usr/local
MANDIR?=$(PREFIX)/share/man
MAN1DIR=$(MANDIR)/man1
@@ -67,11 +68,11 @@
@@ -67,11 +68,11 @@ clean:
$(RM) $(CFLOWMAN).gz $(CMAN).gz $(ASMMAN).gz
install: mkdirs build

View File

@ -2,4 +2,4 @@ cflow reads files as C or assembler program source and prints a graph
of the function call hierarchy. Called functions are indented according
to their caller-callee relationship, in the order of occurrence.
WWW: http://bitbucket.org/marcusva/cflow
WWW: https://bitbucket.org/marcusva/cflow