mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
a69e943a46
Submitted by: bapt
18 lines
320 B
Makefile
18 lines
320 B
Makefile
# Created by: trociny
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bmkdep
|
|
PORTVERSION= 20140112
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= trociny@FreeBSD.org
|
|
COMMENT= Construct Makefile dependency list
|
|
|
|
USES= uidfix
|
|
MAKE_ENV= PKGDIR="${PKGDIR}" NO_OBJ=YES
|
|
|
|
PLIST_FILES= bin/bmkdep man/man1/bmkdep.1.gz
|
|
|
|
.include <bsd.port.mk>
|