freebsd-ports/devel/libserialport/Makefile
Boris Samorodov 2b87141861 devel/libserialport: Update to version 0.1.1.
It is a drop-in replacement of the previous vesion, no need to rebuild
dependent ports.

PR:		213053
Submitted by:	bsam (me)
2016-10-11 21:56:59 +00:00

21 lines
452 B
Makefile

# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD$
PORTNAME= libserialport
PORTVERSION= 0.1.1
CATEGORIES= devel
MASTER_SITES= http://sigrok.org/download/source/libserialport/
MAINTAINER= bsam@FreeBSD.org
COMMENT= Framework for hardware logic analyzers, serial port support library
LICENSE= LGPL3
USE_LDCONFIG= yes
USES= libtool pathfix pkgconfig
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>