1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/security/fprint_demo/Makefile

28 lines
598 B
Makefile
Raw Normal View History

# 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
2019-11-08 13:17:00 +00:00
USES= autoreconf desktop-file-utils gnome pkgconfig
USE_GNOME= atk glib20 gtk20 pango
INSTALLS_ICONS= yes
2019-02-02 09:36:08 +00:00
NO_WRKSUBDIR= yes
2019-02-02 09:36:08 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= CRYPTO_CFLAGS=-I${OPENSSLINC} \
CRYPTO_LIBS=-lcrypto
2019-02-02 09:36:08 +00:00
CFLAGS+= -DHAVE_MEMMEM
.include <bsd.port.mk>