aboutsummaryrefslogtreecommitdiff
path: root/security/fprint_demo/Makefile
blob: 497ece546ffba73e5713d67ada02867936c1a4d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>