diff --git a/security/fprint_demo/Makefile b/security/fprint_demo/Makefile index 7abb84650012..97a24624506c 100644 --- a/security/fprint_demo/Makefile +++ b/security/fprint_demo/Makefile @@ -1,24 +1,27 @@ PORTNAME= fprint_demo PORTVERSION= 20080303 PORTREVISION= 2 CATEGORIES= security MASTER_SITES= DEBIAN/pool/main/f/${PORTNAME:C/_/-/} DISTNAME= ${PORTNAME:C/_/-/}_${PORTVERSION}git.orig MAINTAINER= lichray@gmail.com COMMENT= Demo and test application for libfprint +DEPRECATED= Depends on deprecated library libfprint +EXPIRATION_DATE=2022-12-31 + LIB_DEPENDS= libfprint.so:security/libfprint USES= autoreconf desktop-file-utils gnome pkgconfig USE_GNOME= atk glib20 gtk20 pango NO_WRKSUBDIR= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CRYPTO_CFLAGS=-I${OPENSSLINC} \ CRYPTO_LIBS=-lcrypto CFLAGS+= -DHAVE_MEMMEM .include