- NetBSD's version of mkdep
- it is up to 10-percent faster than the original BSD mkdep shell script. - contains options not available in FreeBSD's mkdep PR: ports/162956 Submitted by: trociny (maintainer) Approved by: gabor (mentor)
This commit is contained in:
parent
5122469945
commit
993de1bca0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=290106
4 changed files with 37 additions and 0 deletions
|
@ -105,6 +105,7 @@
|
|||
SUBDIR += bisoncpp
|
||||
SUBDIR += blame
|
||||
SUBDIR += bmake
|
||||
SUBDIR += bmkdep
|
||||
SUBDIR += bncsutil-ghost++
|
||||
SUBDIR += bnf
|
||||
SUBDIR += boaconstructor
|
||||
|
|
25
devel/bmkdep/Makefile
Normal file
25
devel/bmkdep/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: bmkdep
|
||||
# Date created: 29 November 2011
|
||||
# Whom: trociny
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# This port is self contained in the src directory.
|
||||
#
|
||||
|
||||
PORTNAME= bmkdep
|
||||
PORTVERSION= 20120114
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= GOOGLE_CODE
|
||||
|
||||
MAINTAINER= trociny@FreeBSD.org
|
||||
COMMENT= Construct Makefile dependency list
|
||||
|
||||
MAKE_ENV= PKGDIR="${PKGDIR}"
|
||||
NO_OBJ= YES
|
||||
|
||||
MAN1= bmkdep.1
|
||||
MANCOMPRESSED= yes
|
||||
PLIST_FILES= bin/bmkdep
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/bmkdep/distinfo
Normal file
2
devel/bmkdep/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (bmkdep-20120114.tar.gz) = 131850f93a444d4d68bfa85c6f0a5f302f20cca992fa9eac0e5f349f51537bbc
|
||||
SIZE (bmkdep-20120114.tar.gz) = 6755
|
9
devel/bmkdep/pkg-descr
Normal file
9
devel/bmkdep/pkg-descr
Normal file
|
@ -0,0 +1,9 @@
|
|||
NetBSD's version of mkdep.
|
||||
|
||||
Because it is a C program and does all postprocessing and file
|
||||
handling without calling any external programs, it is up to 10-percent
|
||||
faster than the original BSD mkdep shell script.
|
||||
|
||||
Also it contains options not available in FreeBSD's mkdep.
|
||||
|
||||
WWW: http://netbsd.org
|
Loading…
Reference in a new issue