diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-07 22:46:59 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-07 22:46:59 +0800 |
commit | a4e61ce3da64c9ca6c834ec2cc96bb09105795dc (patch) | |
tree | 3184b9f6dd7a864abe59372b2da20dd8971cdb3e /security | |
parent | 338a5b2d661e44a0182b285fc71b221c4da33ce9 (diff) | |
download | freebsd-ports-gnome-a4e61ce3da64c9ca6c834ec2cc96bb09105795dc.tar.gz freebsd-ports-gnome-a4e61ce3da64c9ca6c834ec2cc96bb09105795dc.tar.zst freebsd-ports-gnome-a4e61ce3da64c9ca6c834ec2cc96bb09105795dc.zip |
- New LIB_DEPENDS syntax
- USES=libtool tar:bzip2
- Remove IGNORE for FreeBSD < 8
Diffstat (limited to 'security')
-rw-r--r-- | security/libfprint/Makefile | 22 | ||||
-rw-r--r-- | security/libfprint/pkg-plist | 2 |
2 files changed, 8 insertions, 16 deletions
diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile index a5cb2daa2f04..89c05e55b86a 100644 --- a/security/libfprint/Makefile +++ b/security/libfprint/Makefile @@ -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> diff --git a/security/libfprint/pkg-plist b/security/libfprint/pkg-plist index 5b3d8dfc9c24..02530fe681c3 100644 --- a/security/libfprint/pkg-plist +++ b/security/libfprint/pkg-plist @@ -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 |