mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
45526ecbee
A new USES has been added to depend on ImageMagick. USES=magick adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}. If a specific version is required, use for example USES=magick:6 resp. USES=magick:7 If only a build, run or test is required, use for example USES=magick:build resp. USES=magick:6,build,test If a dependency on the nox11 flavor is required, use for example USES=magick:nox11 resp. USES=magick:7,nox11,run,test See magick.mk for more details on the available flags. The tree has been completely converted to make use of this. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D32754
29 lines
581 B
Makefile
29 lines
581 B
Makefile
# Created by: barner
|
|
|
|
PORTNAME= libfprint
|
|
PORTVERSION= 0.7.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= https://people.freedesktop.org/~anarsoul/
|
|
|
|
MAINTAINER= lichray@gmail.com
|
|
COMMENT= Library for fingerprint reader devices
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libnss3.so:security/nss \
|
|
libnspr4.so:devel/nspr
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= gnome libtool magick:6 pathfix pkgconfig tar:xz xorg
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= glib20
|
|
USE_XORG= pixman
|
|
INSTALL_TARGET= install-strip
|
|
|
|
CPPFLAGS+= -DHAVE_MEMMEM
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
.include <bsd.port.mk>
|