diff options
Diffstat (limited to 'x11-drivers/xf86-input-joystick')
-rw-r--r-- | x11-drivers/xf86-input-joystick/Makefile | 23 | ||||
-rw-r--r-- | x11-drivers/xf86-input-joystick/distinfo | 2 | ||||
-rw-r--r-- | x11-drivers/xf86-input-joystick/pkg-descr | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-input-joystick/pkg-plist | 7 |
4 files changed, 35 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-joystick/Makefile b/x11-drivers/xf86-input-joystick/Makefile new file mode 100644 index 0000000..11e0d78 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: xf86-input-joystick +# Date Created: 17 Feb 2006 +# Whom: Florent Thoumie <flz@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xf86-input-joystick +PORTVERSION= 1.6.0 +CATEGORIES= x11-drivers + +MAINTAINER= x11@FreeBSD.org +COMMENT= X.Org joystick input driver + +XORG_CAT= driver +USE_XORG= xextproto videoproto +MAN4= joystick.4x + +post-patch: + @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> diff --git a/x11-drivers/xf86-input-joystick/distinfo b/x11-drivers/xf86-input-joystick/distinfo new file mode 100644 index 0000000..986f4b2 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/distinfo @@ -0,0 +1,2 @@ +SHA256 (xorg/driver/xf86-input-joystick-1.6.0.tar.bz2) = 4f1c15ec7372dd340ec7e1a8ca19d75148896ee3883184c3663cbaa12cf738f1 +SIZE (xorg/driver/xf86-input-joystick-1.6.0.tar.bz2) = 310552 diff --git a/x11-drivers/xf86-input-joystick/pkg-descr b/x11-drivers/xf86-input-joystick/pkg-descr new file mode 100644 index 0000000..cfcfc76 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/pkg-descr @@ -0,0 +1,3 @@ +This package contains the X.Org xf86-input-joystick driver. + +WWW: http://www.x.org diff --git a/x11-drivers/xf86-input-joystick/pkg-plist b/x11-drivers/xf86-input-joystick/pkg-plist new file mode 100644 index 0000000..1a0ab46 --- /dev/null +++ b/x11-drivers/xf86-input-joystick/pkg-plist @@ -0,0 +1,7 @@ +include/xorg/joystick-properties.h +lib/xorg/modules/input/joystick_drv.la +lib/xorg/modules/input/joystick_drv.so +libdata/pkgconfig/xorg-joystick.pc +@dirrmtry lib/xorg/modules/input +@dirrmtry lib/xorg/modules +@dirrmtry lib/xorg |