blob: b473d1046a7d859b45d555920c54dc7f9f6284be (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>
|