freebsd-ports/devel/libhid/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00: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>