aboutsummaryrefslogtreecommitdiff
path: root/devel/makedepend/Makefile
blob: bae16e0551dcabb38c2d267d6f6e72b6e002bd71 (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
# New ports collection makefile for:	makedepend
# Date created:				August 15th 1997
# Whom:					Ian Vaudrey <i.vaudrey@bigfoot.com>
#
# $FreeBSD$
#

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

MAINTAINER=	x11@FreeBSD.org
COMMENT=	A dependency generator for makefiles

XORG_CAT=	util
USE_XORG=	xproto

PLIST_FILES=	bin/makedepend

MAN1=		makedepend.1

.include <bsd.port.mk>