1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/libdevq/Makefile
Koop Mast 621b8859ae Add libdevq 0.0.2.
A Generic Device Query and Monitor interface

It currently used in Mesa ports in xorg-dev to replace udev calls that
are used to find vendor and product ID's of the graphic cards.

WWW: https://github.com/freebsd/libdevq
2014-05-20 16:48:07 +00:00

23 lines
480 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdevq
PORTVERSION= 0.0.2
CATEGORIES= devel
MASTER_SITES= http://rainbow-runner.nl/freebsd/
MAINTAINER= x11@FreeBSD.org
COMMENT= Generic Device Query and Monitor interface
GNU_CONFIGURE= yes
USES= libtool pathfix tar:xz
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= PROGRAMS
OPTIONS_SUB= yes
PROGRAMS_DESC= Build diagnostic programs
PROGRAMS_CONFIGURE_ENABLE=programs
.include <bsd.port.mk>