aboutsummaryrefslogtreecommitdiff
path: root/devel/libhid/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-12 04:07:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-12 04:07:37 +0000
commit94824c3175b4e8c8805ef639a4f49ee502475409 (patch)
tree5bb76445ed6ec81c5ec8ed1f42e7328a1de30fc3 /devel/libhid/Makefile
parent744211374c9d464fd9d56270f01f7f8aec707a5a (diff)
downloadports-94824c3175b4e8c8805ef639a4f49ee502475409.tar.gz
ports-94824c3175b4e8c8805ef639a4f49ee502475409.zip
Notes
Diffstat (limited to 'devel/libhid/Makefile')
-rw-r--r--devel/libhid/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/devel/libhid/Makefile b/devel/libhid/Makefile
index 4095536410bd..43568e1d1d7f 100644
--- a/devel/libhid/Makefile
+++ b/devel/libhid/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libhid
PORTVERSION= 0.2.16
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://alioth.debian.org/frs/download.php/1958/
@@ -16,12 +17,15 @@ COMMENT= A user-space HID access library written in C
MAN1= libhid-detach-device.1
MANCOMPRESSED= no
USE_LDCONFIG= yes
+USE_GMAKE= yes
+USE_PYTHON= yes
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \
- ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl
+ ${LOCALBASE}/share/xsl/docbook/html:${PORTSDIR}/textproc/docbook-xsl \
+ ${LOCALBASE}/bin/swig1.3:${PORTSDIR}/devel/swig13
HAS_CONFIGURE= yes
-CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man
+CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man --without-doxygen
.include <bsd.port.mk>