mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
9cfc5caf7e
Changes: https://github.com/vcrhonek/hwdata/compare/v0.373...v0.374 Reported by: Repology
28 lines
503 B
Makefile
28 lines
503 B
Makefile
PORTNAME= hwdata
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.374
|
|
PORTEPOCH= 1
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= desktop@FreeBSD.org
|
|
COMMENT= Database of IDs used in PCI, PNP and USB devices
|
|
WWW= https://github.com/vcrhonek/hwdata
|
|
|
|
LICENSE= GPLv2+ MIT
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= ginstall:sysutils/coreutils
|
|
|
|
USES= gmake
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= vcrhonek
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} \
|
|
--datadir=${DATADIR}
|
|
|
|
BINARY_ALIAS= install=ginstall
|
|
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|