forked from Lainports/freebsd-ports
Release notes: https://lists.x.org/archives/xorg-announce/2024-March/003468.html Sponsored by: Beckhoff Automation GmbH & Co. KG
18 lines
392 B
Makefile
18 lines
392 B
Makefile
PORTNAME= gccmakedep
|
|
PORTVERSION= 1.0.4
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Create dependencies in makefiles using 'gcc -M'
|
|
|
|
USES= tar:xz xorg-cat:util
|
|
|
|
BUILD_DEPENDS= tradcpp:devel/tradcpp
|
|
|
|
PLIST_FILES= bin/gccmakedep share/man/man1/gccmakedep.1.gz
|
|
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
|
CONFIGURE_ENV+= ac_cv_path_RAWCPP=tradcpp
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|