090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
37 lines
774 B
Makefile
37 lines
774 B
Makefile
# New ports collection makefile for: libfprint
|
|
# Date created: April 12 2008
|
|
# Whom: barner
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libfprint
|
|
PORTVERSION= 0.0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= fprint
|
|
|
|
MAINTAINER= barner@FreeBSD.org
|
|
COMMENT= Library for fingerprint reader devices
|
|
|
|
LIB_DEPENDS+= Magick:${PORTSDIR}/graphics/ImageMagick \
|
|
usb:${PORTSDIR}/devel/libusb
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
USE_OPENSSL= yes
|
|
USE_GNOME= glib20 pkgconfig
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 600000
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-FreeBSD5
|
|
.endif
|
|
|
|
CONFIGURE_ENV+= CRYPTO_CFLAGS=-I${OPENSSLINC} \
|
|
CRYPTO_LIBS=-lcrypto \
|
|
CFLAGS="${CFLAGS} -DHAVE_MEMMEM"
|
|
|
|
.include <bsd.port.post.mk>
|