993de1bca0
- 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)
25 lines
459 B
Makefile
25 lines
459 B
Makefile
# 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>
|