2014-05-20 18:48:07 +02:00
|
|
|
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libdevq
|
2017-01-16 23:52:16 +01:00
|
|
|
PORTVERSION= 0.0.4
|
2014-05-20 18:48:07 +02:00
|
|
|
CATEGORIES= devel
|
2017-01-16 23:52:16 +01:00
|
|
|
MASTER_SITES= https://github.com/freebsd/${PORTNAME}/releases/download/${PORTVERSION}/
|
2014-05-20 18:48:07 +02:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= Generic Device Query and Monitor interface
|
|
|
|
|
2017-01-16 23:52:16 +01:00
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2014-05-20 18:48:07 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2017-01-16 23:52:16 +01:00
|
|
|
USES= autoreconf libtool pathfix tar:xz
|
2014-05-20 18:48:07 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
|
2017-01-16 23:52:16 +01:00
|
|
|
PATHFIX_MAKEFILEIN= Makefile.am
|
|
|
|
|
2014-05-20 18:48:07 +02:00
|
|
|
OPTIONS_DEFINE= PROGRAMS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
PROGRAMS_DESC= Build diagnostic programs
|
|
|
|
PROGRAMS_CONFIGURE_ENABLE=programs
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|