mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
d594ccc94f
The X-Server has been patched to the latest 1.7.X series, drivers and fonts have been updated to the latest versions. This update includes some components from Xorg 7.6 with a lot of improvements, and it seems that the performance is much better than the old version. Also this Update fix build issues with clang and binutils 2.17.50 in current, remove 6.X gruft and de-author pkg-descr. I would like to thank: Beat Gaetzi Dima Panov Koop Mast Eitan Adler and all Testers. PR: ports/147646 ports/148035 ports/148744 ports/150223 ports/152889 ports/154457
43 lines
882 B
Makefile
43 lines
882 B
Makefile
# New ports collection makefile for: imake-6
|
|
# Date created: 18 Jun 2004
|
|
# Whom: anholt
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= imake
|
|
PORTVERSION= 1.0.4
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Imake and other utilities from X.Org
|
|
|
|
RUN_DEPENDS= gccmakedep:${PORTSDIR}/devel/gccmakedep \
|
|
makedepend:${PORTSDIR}/devel/makedepend \
|
|
${PREFIX}/lib/X11/config/xorg.cf:${PORTSDIR}/x11/xorg-cf-files
|
|
|
|
USE_PERL5= yes
|
|
|
|
XORG_CAT= util
|
|
USE_XORG= xproto
|
|
|
|
.ifdef USE_IMAKE
|
|
.error You have `USE_IMAKE' variable defined either in environment or in make(1) arguments. Please undefine and try again.
|
|
.endif
|
|
|
|
MAN1= ccmakedep.1 \
|
|
cleanlinks.1 \
|
|
imake.1 \
|
|
makeg.1 \
|
|
mergelib.1 \
|
|
mkdirhier.1 \
|
|
mkhtmlindex.1 \
|
|
revpath.1 \
|
|
xmkmf.1
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's,^#!/usr/bin/perl,#!${PERL},' ${WRKSRC}/mkhtmlindex.pl
|
|
|
|
.include <bsd.port.mk>
|