ports/devel/libdevq/Makefile
Koop Mast 7909e799c5 Add a patch to handle sysclt dev.$driver.$n.%location output changes
on FreeBSD 11.x.

Obtained from:	upstream
2015-02-14 11:19:40 +00:00

23 lines
496 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdevq
PORTVERSION= 0.0.2
PORTREVISION= 1
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>