mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 03:51:18 +02:00
21 lines
502 B
Makefile
21 lines
502 B
Makefile
# Created by: Uffe Jakobsen <uffe@uffe.org>
|
|
# $FreeBSD: head/devel/libserialport/Makefile 423801 2016-10-11 21:56:59Z bsam $
|
|
|
|
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
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= pathfix pkgconfig
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|