I order to install xf86-input-evdev-2.2.2 in 7.2-RELEASE, I searched the ports collection if there are any entries for xf86-input-evdev and there was none, so I got xf86-input-evdev and after tar -jxvf /usr/local/xf-86-input-evdev-2.2.2, and the directory:
	
	
	
		
I have run autoconf (because of the configure.ac & Makefile.am) and got this error message:
	
	
	
		
xorg-macros had an entry under ports/devel/xorg-macros, so I have downloaded util-macros-1.2.1.tar.bz2 and put it under /usr/ports/distfiles/xorg/utils/ directory (The FreeBSD computer's got no Internet connection) and the make command under ports/devel/xorg-macros directory worked successfully.
Then when I run autoconf under /usr/local/xf-86-input-evdev-2.2 again, I get the same error message: "must install xorg-macros 1.2 or later before running autoconf/autogen" but I have already installed it successfully.
So, what else should I do to install xf86-input-evdev-2.2.2?
Thanks.
				
			
		Code:
	
	.gitignore	autogen.sh		man
COPYING		autom4te.cache		src
Makefile.am	configure.ac		test
README		include			xorg-evdev.pc.in
	I have run autoconf (because of the configure.ac & Makefile.am) and got this error message:
		Code:
	
	configure.ac:36: error: must install xorg-macros 1.2 or later before running autoconf/autogen
configure.ac:36: the top level
autom4te: /usr/local/bin/m4 failed with exit status: 1
	xorg-macros had an entry under ports/devel/xorg-macros, so I have downloaded util-macros-1.2.1.tar.bz2 and put it under /usr/ports/distfiles/xorg/utils/ directory (The FreeBSD computer's got no Internet connection) and the make command under ports/devel/xorg-macros directory worked successfully.
Then when I run autoconf under /usr/local/xf-86-input-evdev-2.2 again, I get the same error message: "must install xorg-macros 1.2 or later before running autoconf/autogen" but I have already installed it successfully.
So, what else should I do to install xf86-input-evdev-2.2.2?
Thanks.