freebsd-ports/devel/librevisa-vxi/Makefile
Boris Samorodov 156c6cb357 Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.

Requested by:	 Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
2016-10-09 22:01:34 +00:00

18 lines
447 B
Makefile

# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD$
PORTNAME= librevisa-vxi
PORTVERSION= 0.0.20121221
CATEGORIES= devel
MASTER_SITES= http://www.librevisa.org/download/
DISTNAME= vxi-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Open Source VISA VXI-11 (TCP/IP RPC bindings)
PLIST_FILES= include/vxi.h include/vxi_intr.h lib/libvxiclient.a lib/libvxiserver.a
USES= gmake pathfix libtool
GNU_CONFIGURE= yes
.include <bsd.port.mk>