blob: 2004fd05ab302dd972ec6715378936e405591327 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|