mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
f4936121f9
The Intel drivers was patched to work with the new server. The drivers for Vesa, NV,NVIDIA and ATI have been tested thoroughfully and seem to work fine. A complete changelog of Xorg 7.5 can you read here: http://www.x.org/releases/X11R7.5/ A note to FreeBSD 6.X users: We strongly recommend you to update your system to 7.x or above. For updating try portupgrade -af \* or: portmaster -af Please report any problems and issus to x11 (at) FreeBSD.org. Thanks to beat@, rnoland@, fluffy@, stas@ and all testers for their help and Feeback. Tested by: Community and 2x exp-runs
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.3
|
|
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>
|