aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libhid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libhid/Makefile')
-rw-r--r--devel/libhid/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/devel/libhid/Makefile b/devel/libhid/Makefile
index 232632d937df..33cfc901dd4f 100644
--- a/devel/libhid/Makefile
+++ b/devel/libhid/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: libhid
-# Date created: 16 July 2007
-# Whom: ntarmos@ceid.upatras.gr
-#
+# Created by: ntarmos@ceid.upatras.gr
# $FreeBSD$
-#
PORTNAME= libhid
PORTVERSION= 0.2.16
@@ -12,7 +8,7 @@ CATEGORIES= devel
MASTER_SITES= http://alioth.debian.org/frs/download.php/1958/
MAINTAINER= ntarmos@cs.uoi.gr
-COMMENT= A user-space HID access library written in C
+COMMENT= User-space HID access library written in C
MAN1= libhid-detach-device.1
MANCOMPRESSED= no
@@ -28,12 +24,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \
HAS_CONFIGURE= yes
CONFIGURE_ARGS+=--prefix=${PREFIX} --mandir=${MANPREFIX}/man --without-doxygen
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800069
-LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
-.else
EXTRA_PATCHES= ${FILESDIR}/extra-patch-usb
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>