aboutsummaryrefslogtreecommitdiff
path: root/sysutils/usbhid-dump/Makefile
blob: c9ad9d2b95e81da6dbc241b13f6a225a56f4347c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>

PORTNAME=	usbhid-dump
PORTVERSION=	1.4
CATEGORIES=	sysutils
MASTER_SITES=	https://github.com/DIGImend/usbhid-dump/releases/download/${PORTVERSION}/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	USB HID device dumping utility

LICENSE=	GPLv2 GPLv3
LICENSE_COMB=	dual

USES=		libtool pkgconfig

GNU_CONFIGURE=	yes

post-install:
	${MKDIR} ${STAGEDIR}${PREFIX}/include/uhd/
	cd ${WRKSRC}/include/uhd/ && ${INSTALL_DATA} *.h ${STAGEDIR}${PREFIX}/include/uhd/
	${INSTALL_DATA} ${WRKSRC}/lib/.libs/libuhd.a ${STAGEDIR}${PREFIX}/lib/

.include <bsd.port.mk>