diff --git a/security/libfprint/Makefile b/security/libfprint/Makefile index 9781e9eaef7c..a752a61cc511 100644 --- a/security/libfprint/Makefile +++ b/security/libfprint/Makefile @@ -1,26 +1,29 @@ PORTNAME= libfprint PORTVERSION= 0.7.0 PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://people.freedesktop.org/~anarsoul/ MAINTAINER= lichray@gmail.com COMMENT= Library for fingerprint reader devices LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +DEPRECATED= Very outdated, unsupported upstream which now have systemd as a non optional requirement +EXPIRATION_DATE=2022-12-31 + LIB_DEPENDS= libnss3.so:security/nss \ libnspr4.so:devel/nspr GNU_CONFIGURE= yes USES= gnome libtool magick:6 pathfix pkgconfig tar:xz xorg USE_LDCONFIG= yes USE_GNOME= glib20 USE_XORG= pixman INSTALL_TARGET= install-strip CPPFLAGS+= -DHAVE_MEMMEM MAKE_JOBS_UNSAFE=yes .include