freebsd-ports/devel/libsigrokdecode/Makefile
Dmitry Sivachenko 3a18883882 Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
2015-01-10 23:15:27 +00:00

29 lines
726 B
Makefile

# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD$
PORTNAME= libsigrokdecode
PORTVERSION= 0.3.0
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://sigrok.org/download/source/libsigrokdecode/
MAINTAINER= uffe@uffe.org
COMMENT= Framework for hardware logic analyzers, protocol decoders library
LICENSE= GPLv3
GNU_CONFIGURE= yes
USE_GNOME= glib20
USES= gmake libtool pathfix pkgconfig python:3
MAKE_JOBS_UNSAFE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
# Workaround for libusb not knowing LIBUSB_CLASS_APPLICATION
.if (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100029) || (${OSVERSION} < 1000715)
CFLAGS+= -DLIBUSB_CLASS_APPLICATION=0xfe
.endif
.include <bsd.port.post.mk>