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

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

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

XORG_CAT=   util
USE_GNOME=  pkgconfig
USE_XORG=   xproto

PLIST_FILES=    bin/makedepend

MAN1=       makedepend.1

.include <bsd.port.mk>