aboutsummaryrefslogtreecommitdiff
path: root/devel/makedepend/Makefile
blob: 2d88484395521a1d66d1cce677e4e6361a573d3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Ian Vaudrey <i.vaudrey@bigfoot.com>

PORTNAME=	makedepend
PORTVERSION=	1.0.6
PORTEPOCH=	1
CATEGORIES=	devel

MAINTAINER=	x11@FreeBSD.org
COMMENT=	Dependency generator for makefiles

LICENSE=	MIT

USES=		xorg xorg-cat:util
USE_XORG=	xorgproto

PLIST_FILES=	bin/makedepend man/man1/makedepend.1.gz

.include <bsd.port.mk>