freebsd-ports/devel/libgamepad/Makefile
Stanislav Sedov f5d05ea54d - Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
  in USB stack.

Reviewed by:	thompsa (old version), miwi
Tested by:	miwi
2009-03-09 17:15:43 +00:00

28 lines
587 B
Makefile

# New ports collection makefile for: libgamepad
# Date created: Jul 2008
# Whom: Jason Bacon <jwbacon@tds.net>
#
# $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
pre-build:
(cd ${WRKSRC} && make depend)
MAN3= libgamepad.3
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 800069
EXTRA_PATCHES= ${FILESDIR}/extra-patch-gamepad_usbhid.c
.endif
.include <bsd.port.post.mk>