*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
8821c195de
commit
f034b40dd3
4 changed files with 7 additions and 10 deletions
|
|
@ -12,14 +12,13 @@ MASTER_SITES= https://bitbucket.org/libgd/gd-libgd/downloads/ \
|
|||
MAINTAINER?= dinoex@FreeBSD.org
|
||||
COMMENT?= Graphics library for fast creation of images
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2
|
||||
|
||||
CONFLICTS= bazaar-1.*
|
||||
|
||||
USES= tar:xz pkgconfig pathfix libtool:keepla shebangfix
|
||||
USES= jpeg libtool:keepla pathfix pkgconfig shebangfix tar:xz
|
||||
SHEBANG_FILES= ${WRKSRC}/src/bdftogd
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
|||
|
|
@ -11,14 +11,13 @@ MAINTAINER= dinoex@FreeBSD.org
|
|||
COMMENT= Graph Visualization Software from AT&T and Bell Labs
|
||||
|
||||
LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \
|
||||
libexpat.so:${PORTSDIR}/textproc/expat2 \
|
||||
libgd.so:${PORTSDIR}/${GD_PORT}
|
||||
|
||||
USES= cpe gmake bison libtool:keepla pkgconfig pathfix shebangfix
|
||||
USES= bison cpe gmake jpeg libtool:keepla pkgconfig pathfix shebangfix
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
|||
|
|
@ -14,10 +14,9 @@ COMMENT= Tools and library routines for working with TIFF images
|
|||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
||||
|
||||
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \
|
||||
libjbig.so:${PORTSDIR}/graphics/jbigkit
|
||||
LIB_DEPENDS= libjbig.so:${PORTSDIR}/graphics/jbigkit
|
||||
|
||||
USES= cpe libtool
|
||||
USES= cpe jpeg libtool
|
||||
CPE_PRODUCT= libtiff
|
||||
CPE_VERSION= ${DISTVERSION:C/[a-z]+//}
|
||||
CPE_UPDATE= ${DISTVERSION:C/[0-9.]+//}
|
||||
|
|
|
|||
|
|
@ -87,8 +87,8 @@ USE_OPENSSL= yes
|
|||
|
||||
.if ${PHP_MODNAME} == "gd"
|
||||
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
||||
libpng.so:${PORTSDIR}/graphics/png \
|
||||
libjpeg.so:${PORTSDIR}/graphics/jpeg
|
||||
libpng.so:${PORTSDIR}/graphics/png
|
||||
USES+= jpeg
|
||||
|
||||
CONFIGURE_ARGS+=--with-gd \
|
||||
--with-freetype-dir=${LOCALBASE} \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue