diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
commit | 4e4178dab5c2825019e9652f1ba4f102253a31df (patch) | |
tree | a101ccfbdb487a4c9c92a67d6d88ac8775e3362a /devel/libhid | |
parent | ecec69fbc311162911f66439dedf61b8176ef964 (diff) | |
download | ports-4e4178dab5c2825019e9652f1ba4f102253a31df.tar.gz ports-4e4178dab5c2825019e9652f1ba4f102253a31df.zip |
Notes
Diffstat (limited to 'devel/libhid')
-rw-r--r-- | devel/libhid/Makefile | 16 |
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> |