mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Fix fetching, convert to USES=gperf
This commit is contained in:
parent
026a98832e
commit
9f68f77c7b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370339
@ -4,7 +4,7 @@ PORTNAME= libvisio
|
||||
PORTVERSION= 0.0.31
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= textproc devel
|
||||
MASTER_SITES= http://dev-www.libreoffice.org/src/
|
||||
MASTER_SITES= LODEV
|
||||
|
||||
MAINTAINER= office@FreeBSD.org
|
||||
COMMENT= Library and tools for parsing the visio file format structure
|
||||
@ -22,17 +22,10 @@ CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5= build
|
||||
USES= gmake libtool pathfix perl5 pkgconfig tar:xz
|
||||
USES= gmake gperf libtool pathfix perl5 pkgconfig tar:xz
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 802516 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900502)
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/gperf:${PORTSDIR}/devel/gperf
|
||||
CONFIGURE_ENV+= GPERF=${LOCALBASE}/bin/gperf
|
||||
.endif
|
||||
|
||||
post-stage:
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/bin/vs*
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user