mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
7e139fd6ed
Update devel/makedepend to 1.0.6. This is a minor maintenance release. Changelog: https://lists.x.org/archives/xorg-announce/2019-March/002985.html Sponsored by: B3 Init
20 lines
335 B
Makefile
20 lines
335 B
Makefile
# Created by: Ian Vaudrey <i.vaudrey@bigfoot.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= makedepend
|
|
PORTVERSION= 1.0.6
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Dependency generator for makefiles
|
|
|
|
LICENSE= MIT
|
|
|
|
XORG_CAT= util
|
|
USE_XORG= xorgproto
|
|
|
|
PLIST_FILES= bin/makedepend man/man1/makedepend.1.gz
|
|
|
|
.include <bsd.port.mk>
|