1PORTNAME= libdevq 2PORTVERSION= 0.0.4 3PORTREVISION= 1 4CATEGORIES= devel 5MASTER_SITES= https://github.com/freebsd/${PORTNAME}/releases/download/${PORTVERSION}/ 6 7MAINTAINER= ports@MidnightBSD.org 8COMMENT= Generic Device Query and Monitor interface 9WWW= https://github.com/freebsd/libdevq 10 11LICENSE= bsd2 12 13GNU_CONFIGURE= yes 14GNU_CONFIGURE_MANPREFIX=${PREFIX}/share 15USES= autoreconf libtool pathfix tar:xz 16USE_LDCONFIG= yes 17INSTALL_TARGET= install-strip 18 19PATHFIX_MAKEFILEIN= Makefile.am 20 21OPTIONS_DEFINE= PROGRAMS 22OPTIONS_SUB= yes 23PROGRAMS_DESC= Build diagnostic programs 24PROGRAMS_CONFIGURE_ENABLE=programs 25 26post-patch: 27 @${REINPLACE_CMD} -e 's|^mandir=.*|mandir=${PREFIX}/share/man|' \ 28 ${WRKSRC}/Makefile.am 29 30.include <bsd.port.mk> 31