graphics/sane-backends: Add LICENSE_FILE; Add missing library to LIB_DEPENDS
This commit is contained in:
parent
cb8414b53c
commit
029e3a4cdb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469609
1 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= sane-backends
|
||||
PORTVERSION= 1.0.27
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= https://alioth.debian.org/frs/download.php/file/4146/ \
|
||||
http://fossies.org/linux/misc/
|
||||
|
@ -12,8 +12,10 @@ MAINTAINER= ports@FreeBSD.org
|
|||
COMMENT= API for access to scanners, digitals camera, frame grabbers etc
|
||||
|
||||
LICENSE= GPLv2+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libtiff.so:graphics/tiff
|
||||
LIB_DEPENDS= libpng16.so:graphics/png \
|
||||
libtiff.so:graphics/tiff
|
||||
|
||||
USES= gmake jpeg libtool localbase pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
Loading…
Reference in a new issue