a666dd44ef
provide it Submitted by: flz
24 lines
423 B
Makefile
24 lines
423 B
Makefile
# 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>
|