freebsd-ports/devel/bmkdep/Makefile
Michael Scheidell 993de1bca0 - 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)
2012-01-30 09:15:01 +00:00

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>