freebsd-ports/security/fprint_demo/Makefile
Baptiste Daroussin 2c672a4de9 INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency)
2021-10-10 21:44:42 +02:00

26 lines
578 B
Makefile

# Created by: barner
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
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 <bsd.port.mk>