# Created by: Jason Bacon # $FreeBSD$ PORTNAME= libgamepad PORTVERSION= 0.1.1 CATEGORIES= devel games MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ http://jbacon.dyndns.org/~bacon/Ports/distfiles/ MAINTAINER= jwbacon@tds.net COMMENT= Generic gamepad API NO_STAGE= yes pre-build: (cd ${WRKSRC} && make depend) MAN3= libgamepad.3 .include .if ${OSVERSION} >= 800069 EXTRA_PATCHES= ${FILESDIR}/extra-patch-gamepad_usbhid.c .endif .include