freebsd-ports/security/fprint_demo/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

40 lines
886 B
Makefile

# New ports collection makefile for: fprint_demo
# Date created: April 12 2008
# Whom: barner
#
# $FreeBSD$
#
PORTNAME= fprint_demo
PORTVERSION= 0.4
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= SF/fprint/${PORTNAME}/v${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Demo and test application for libfprint
LIB_DEPENDS= fprint:${PORTSDIR}/security/libfprint
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= atk glib20 gtk20 pango pkgconfig
PLIST_FILES+= bin/fprint_demo
.include <bsd.port.pre.mk>
CONFIGURE_ENV+= CRYPTO_CFLAGS=-I${OPENSSLINC} \
CRYPTO_LIBS=-lcrypto
CFLAGS+= -DHAVE_MEMMEM
post-install:
@${ECHO}
@${ECHO} =========================================================================
@${ECHO}
@${CAT} ${PKGMESSAGE}
@${ECHO}
@${ECHO} =========================================================================
@${ECHO}
.include <bsd.port.post.mk>