opnsense-ports/devel/libdevq/Makefile
2022-09-07 22:33:21 +02:00

24 lines
570 B
Makefile

PORTNAME= libdevq
PORTVERSION= 0.0.4
CATEGORIES= devel
MASTER_SITES= https://github.com/freebsd/${PORTNAME}/releases/download/${PORTVERSION}/
MAINTAINER= x11@FreeBSD.org
COMMENT= Generic Device Query and Monitor interface
WWW= https://github.com/freebsd/libdevq
LICENSE= BSD2CLAUSE
GNU_CONFIGURE= yes
USES= autoreconf libtool pathfix tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
PATHFIX_MAKEFILEIN= Makefile.am
OPTIONS_DEFINE= PROGRAMS
OPTIONS_SUB= yes
PROGRAMS_DESC= Build diagnostic programs
PROGRAMS_CONFIGURE_ENABLE=programs
.include <bsd.port.mk>