1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/misc/liblxi/Makefile
Dmitri Goutnik b6bd0cf737 Change my maintainer email
Approved by:	tz (mentor), portmgr (adamw)
Differential Revision:	https://reviews.freebsd.org/D21677
2019-09-16 20:55:08 +00:00

37 lines
756 B
Makefile

# $FreeBSD$
PORTNAME= liblxi
DISTVERSIONPREFIX= v
DISTVERSION= 1.13
CATEGORIES= misc
MAINTAINER= dmgk@FreeBSD.org
COMMENT= Library for communicating with LXI compatible instruments
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libxml2.so:textproc/libxml2
USES= autoreconf libtool localbase pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= lxi-tools
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
PORTDOCS= README
OPTIONS_DEFINE= AVAHI DOCS
OPTIONS_SUB= yes
AVAHI_CONFIGURE_ENABLE= avahi
AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>