1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Install xorgcfg and xorgconfig.

PR:		ports/67656
Submitted by:	Alex Deiter <tiamat@komi.mts.ru>
This commit is contained in:
Eric Anholt 2004-06-10 07:43:39 +00:00
parent 4623da95ba
commit 899dc07994
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111201
6 changed files with 14 additions and 6 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= server
PORTVERSION= 6.7.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= x11-servers
MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/
PKGNAMEPREFIX= xorg-
@ -36,7 +36,9 @@ MAN1= Xorg.1 \
getconfig.1 \
gtf.1 \
kbd_mode.1 \
pcitweak.1
pcitweak.1 \
xorgcfg.1 \
xorgconfig.1
MAN4= citron.4 \
dynapro.4 \
elographics.4 \

View File

@ -15,6 +15,8 @@ bin/mmapw
%%SPARC64_NA%%bin/outw
bin/pcitweak
%%I386%%bin/scanpci
bin/xorgcfg
bin/xorgconfig
lib/X11/Options
lib/X11/XF86Config.98
lib/X11/XF86Config.eg

View File

@ -21,7 +21,7 @@ echo "#define BuildServersOnly YES" >> $LOCALDEF
echo "#define BuildGLXLibrary YES" >> $LOCALDEF
echo "#define UseInstalledPrograms YES" >> $LOCALDEF
echo "#define StandardIncludes -I${PREFIX}/include" >> $LOCALDEF
#XXX echo "#define BuildXFree86ConfigTools YES" >> $LOCALDEF
echo "#define BuildXFree86ConfigTools YES" >> $LOCALDEF
if [ X$WITH_DEBUG != X ]; then
export CFLAGS="-g $CFLAGS"

View File

@ -7,7 +7,7 @@
PORTNAME= server
PORTVERSION= 6.7.0
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= x11-servers
MASTER_SITES= http://freedesktop.org/~xorg/X11R6.7.0/src/
PKGNAMEPREFIX= xorg-
@ -36,7 +36,9 @@ MAN1= Xorg.1 \
getconfig.1 \
gtf.1 \
kbd_mode.1 \
pcitweak.1
pcitweak.1 \
xorgcfg.1 \
xorgconfig.1
MAN4= citron.4 \
dynapro.4 \
elographics.4 \

View File

@ -15,6 +15,8 @@ bin/mmapw
%%SPARC64_NA%%bin/outw
bin/pcitweak
%%I386%%bin/scanpci
bin/xorgcfg
bin/xorgconfig
lib/X11/Options
lib/X11/XF86Config.98
lib/X11/XF86Config.eg

View File

@ -21,7 +21,7 @@ echo "#define BuildServersOnly YES" >> $LOCALDEF
echo "#define BuildGLXLibrary YES" >> $LOCALDEF
echo "#define UseInstalledPrograms YES" >> $LOCALDEF
echo "#define StandardIncludes -I${PREFIX}/include" >> $LOCALDEF
#XXX echo "#define BuildXFree86ConfigTools YES" >> $LOCALDEF
echo "#define BuildXFree86ConfigTools YES" >> $LOCALDEF
if [ X$WITH_DEBUG != X ]; then
export CFLAGS="-g $CFLAGS"