aboutsummaryrefslogtreecommitdiff
path: root/devel/libserialport/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libserialport/Makefile')
-rw-r--r--devel/libserialport/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/libserialport/Makefile b/devel/libserialport/Makefile
new file mode 100644
index 000000000000..db7b9dac7dca
--- /dev/null
+++ b/devel/libserialport/Makefile
@@ -0,0 +1,21 @@
+# Created by: Uffe Jakobsen <uffe@uffe.org>
+# $FreeBSD$
+
+PORTNAME= libserialport
+PORTVERSION= 0.1.0
+CATEGORIES= devel
+MASTER_SITES= http://sigrok.org/download/source/libserialport/
+
+MAINTAINER= uffe@uffe.org
+COMMENT= Framework for hardware logic analyzers, serial port support library
+
+LICENSE= LGPL3
+
+USE_LDCONFIG= yes
+USES= gmake libtool pathfix pkgconfig
+
+GNU_CONFIGURE= yes
+INSTALL_TARGET= install-strip
+MAKE_JOBS_UNSAFE= yes
+
+.include <bsd.port.mk>