1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/librevisa/Makefile
2021-04-06 16:31:07 +02:00

21 lines
436 B
Makefile

# Created by: Uffe Jakobsen <uffe@uffe.org>
PORTNAME= librevisa
PORTVERSION= 0.0.20130412
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.librevisa.org/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for interfacing test and measurement equipment
USES= gmake pathfix pkgconfig libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libvisa.so
.include <bsd.port.mk>