mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
0fae2e9e0e
Change x11/xorgproto to become a build time dependency when added to USE_XORG. Change the dependency to be on the port, rather than a file the port installs. Fix fallout. Bump portrevision on depending ports. PR: 230909 Reviewed by: eadler Approved by: portmgr (antoine) Obtained from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto exp-run: antoine Differential Revision: https://reviews.freebsd.org/D16906
29 lines
568 B
Makefile
29 lines
568 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= imake
|
|
PORTVERSION= 1.0.7
|
|
PORTREVISION= 2
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Imake and other utilities from X.Org
|
|
|
|
BUILD_DEPENDS= tradcpp:devel/tradcpp
|
|
RUN_DEPENDS= gccmakedep:devel/gccmakedep \
|
|
makedepend:devel/makedepend \
|
|
${LOCALBASE}/lib/X11/config/xorg.cf:x11/xorg-cf-files
|
|
|
|
USES= shebangfix perl5 pkgconfig
|
|
USE_PERL5= run
|
|
|
|
SHEBANG_FILES= mkhtmlindex.pl
|
|
|
|
XORG_CAT= util
|
|
USE_XORG= xorgproto
|
|
|
|
CONFIGURE_ENV= ac_cv_path_RAWCPP=tradcpp
|
|
|
|
.include <bsd.port.mk>
|