1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/devel/makedepend/Makefile
Niclas Zeising 7e139fd6ed devel/makedepend: Update to 1.0.6
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
2019-06-10 15:44:57 +00:00

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>