opnsense-ports/devel/libhid/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

25 lines
630 B
Makefile

# Created by: ntarmos@ceid.upatras.gr
# $FreeBSD$
PORTNAME= libhid
PORTVERSION= 0.2.16
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://alioth.debian.org/frs/download.php/1958/
MAINTAINER= ntarmos@cs.uoi.gr
COMMENT= User-space HID access library written in C
BUILD_DEPENDS= ${LOCALBASE}/bin/xsltproc:textproc/libxslt \
docbook-xsl>0:textproc/docbook-xsl \
${LOCALBASE}/bin/swig1.3:devel/swig13
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-doxygen --disable-werror
INSTALL_TARGET= install-strip
USES= gmake libtool pathfix python
USE_LDCONFIG= yes
EXTRA_PATCHES= ${FILESDIR}/extra-patch-usb
.include <bsd.port.mk>