aboutsummaryrefslogtreecommitdiff
path: root/devel/libserialport/Makefile
blob: 2d50d8772cb00cb7408e73111ca56982e0ac85e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Uffe Jakobsen <uffe@uffe.org>

PORTNAME=	libserialport
PORTVERSION=	0.1.1
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	http://sigrok.org/download/source/libserialport/

MAINTAINER=	bofh@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>