- New LIB_DEPENDS syntax
- USES=libtool tar:bzip2 - Remove IGNORE for FreeBSD < 8
This commit is contained in:
parent
e1f065e659
commit
656f29aa1e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361095
2 changed files with 8 additions and 16 deletions
|
@ -3,32 +3,24 @@
|
|||
|
||||
PORTNAME= libfprint
|
||||
PORTVERSION= 0.4.0
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://people.freedesktop.org/~hadess/
|
||||
|
||||
MAINTAINER= lichray@gmail.com
|
||||
COMMENT= Library for fingerprint reader devices
|
||||
|
||||
LIB_DEPENDS+= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
|
||||
nss3:${PORTSDIR}/security/nss
|
||||
LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
|
||||
libnss3.so:${PORTSDIR}/security/nss
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= libtool pathfix pkgconfig tar:bzip2
|
||||
USE_LDCONFIG= yes
|
||||
USE_OPENSSL= yes
|
||||
USES= pathfix pkgconfig
|
||||
USE_GNOME= glib20
|
||||
|
||||
CFLAGS+= -DHAVE_MEMMEM
|
||||
CONFIGURE_ENV= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
|
||||
CPPFLAGS+= -DHAVE_MEMMEM
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 800069
|
||||
IGNORE= libusb-1.0 is not avaible on FreeBSD < 8
|
||||
.else
|
||||
CONFIGURE_ENV+= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
include/libfprint/fprint.h
|
||||
lib/libfprint.a
|
||||
lib/libfprint.la
|
||||
lib/libfprint.so
|
||||
lib/libfprint.so.0
|
||||
lib/libfprint.so.0.0.0
|
||||
libdata/pkgconfig/libfprint.pc
|
||||
@dirrm include/libfprint
|
||||
|
|
Loading…
Reference in a new issue