mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
- Add LICENSE_FILE
- Use USES=localbase - Cosmetic change
This commit is contained in:
parent
e576648433
commit
97130f27a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399367
@ -11,26 +11,25 @@ MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Google WebP image format conversion tool
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libgif.so:${PORTSDIR}/graphics/giflib \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff
|
||||
|
||||
PORTSCOUT= limit:^[0-9\.]*$$
|
||||
|
||||
OPTIONS_DEFINE= X11
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
PORTSCOUT= limit:^[0-9\.]*$$
|
||||
|
||||
CONFIGURE_ARGS= --enable-libwebpdecoder \
|
||||
--enable-libwebpdemux \
|
||||
--enable-libwebpmux \
|
||||
--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_LDCONFIG= yes
|
||||
USES= compiler:c11 jpeg libtool
|
||||
USES= compiler:c11 jpeg libtool localbase
|
||||
|
||||
X11_CONFIGURE_OFF= build_vwebp=no
|
||||
X11_CONFIGURE_ON= build_vwebp=yes
|
||||
|
Loading…
Reference in New Issue
Block a user