mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- USE_(BZIP2|XZ) -> USES=tar:(bzip2|xz)
This commit is contained in:
parent
762078329c
commit
4644881909
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356131
@ -14,7 +14,7 @@ LICENSE= GPLv2 # (or later)
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
PORTDOCS= *
|
||||
|
@ -20,11 +20,10 @@ LIB_DEPENDS= libpthread-stubs.so:${PORTSDIR}/devel/libpthread-stubs \
|
||||
libexpat.so:${PORTSDIR}/textproc/expat2 \
|
||||
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_GL= gl glu
|
||||
USE_XORG= ice inputproto sm x11 xau xcb xdamage xdmcp xext xfixes xft xi \
|
||||
xproto xrender xscrnsaver xt xxf86vm
|
||||
USES= bison pathfix cmake:outsource pkgconfig tk:85
|
||||
USES= tar:bzip2 bison pathfix cmake:outsource pkgconfig tk:85
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
PREFIX?= ${LOCALBASE}/${PORTNAME}
|
||||
|
@ -10,8 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}.src
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Verilog HDL simulator
|
||||
|
||||
USES= gmake
|
||||
USE_BZIP2= yes
|
||||
USES= tar:bzip2 gmake
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src
|
||||
MAKEFILE= makefile.freebsd
|
||||
|
@ -14,11 +14,10 @@ LICENSE= GPLv3 # (or later)
|
||||
|
||||
OPTIONS_DEFINE= GRAPHVIZ DOCS EXAMPLES
|
||||
|
||||
USE_BZIP2= yes
|
||||
USE_XORG= xi
|
||||
USE_QT4= corelib gui qt3support svg xml \
|
||||
moc_build qmake_build rcc_build uic_build
|
||||
USES= cmake desktop-file-utils
|
||||
USES= tar:bzip2 cmake desktop-file-utils
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
GRAPHVIZ_BUILD_DEPENDS= graphviz>=2.22:${PORTSDIR}/graphics/graphviz
|
||||
@ -47,8 +46,8 @@ do-install:
|
||||
@${MKDIR} ${STAGEDIR}${DATADIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/po/*.qm ${STAGEDIR}${DATADIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC}/doc/user && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
|
||||
(cd ${WRKSRC}/doc/user && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
|
||||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
||||
(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user