156c6cb357
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership. Requested by: Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
18 lines
447 B
Makefile
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>
|