mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
. support stage;
. use new LIB_DEPENDS syntax; . add pkgconfig to USES.
This commit is contained in:
parent
82bdc09dcf
commit
45394914a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328208
@ -9,18 +9,13 @@ DISTNAME= IccXML-${PORTVERSION}
|
||||
MAINTAINER= bsam@FreeBSD.org
|
||||
COMMENT= Tools for reading and writing the ICC profile contents as XML files
|
||||
|
||||
LIB_DEPENDS= SampleICC:${PORTSDIR}/graphics/sampleicc
|
||||
LIB_DEPENDS= libSampleICC.so:${PORTSDIR}/graphics/sampleicc
|
||||
|
||||
USES= gmake pkgconfig
|
||||
USES= gmake pathfix pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GNOME= libxml2
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's:(libdir)/pkgconfig:(prefix)/libdata/pkgconfig:g' \
|
||||
${WRKSRC}/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user