diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-05 22:50:59 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-05-05 22:50:59 +0000 |
commit | a45da9a0272ff4fbec55a72637b1d10a2631d5b4 (patch) | |
tree | 49ebd32e9d1eaacd803588c4fa128f8aa078e430 /devel/libsigrok/Makefile | |
parent | 802a64f241bbe8e31d3c61bf17a64c70a1d9250d (diff) | |
download | ports-a45da9a0272ff4fbec55a72637b1d10a2631d5b4.tar.gz ports-a45da9a0272ff4fbec55a72637b1d10a2631d5b4.zip |
Notes
Diffstat (limited to 'devel/libsigrok/Makefile')
-rw-r--r-- | devel/libsigrok/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/libsigrok/Makefile b/devel/libsigrok/Makefile index 354abe270c0d..df5d2ef8c922 100644 --- a/devel/libsigrok/Makefile +++ b/devel/libsigrok/Makefile @@ -3,6 +3,7 @@ PORTNAME= libsigrok PORTVERSION= 0.2.2 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://sigrok.org/download/source/libsigrok/ @@ -14,8 +15,9 @@ LICENSE= GPLv3 LIB_DEPENDS= libzip.so:${PORTSDIR}/archivers/libzip GNU_CONFIGURE= yes -USES= gmake pkgconfig pathfix +USES= gmake libtool pathfix pkgconfig USE_GNOME= gtk20 +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes LDFLAGS+= -L/usr/lib -lusb USE_LDCONFIG= yes @@ -23,7 +25,4 @@ USE_LDCONFIG= yes # Workaround for libusb not knowing LIBUSB_CLASS_APPLICATION CFLAGS+= -DLIBUSB_CLASS_APPLICATION=0xfe -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsigrok.so - .include <bsd.port.mk> |