blob: e2a161be0bf3c52bdd27b332461590201eb64156 (
plain)
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.2
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>
|