mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add staging support
- Convert USES=tar:bzip2
This commit is contained in:
parent
e310cf30d5
commit
7b72bf31e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350586
@ -15,9 +15,7 @@ LICENSE_COMB= dual
|
||||
|
||||
LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs
|
||||
|
||||
USES= pkgconfig
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= pkgconfig tar:bzip2
|
||||
USE_GNOME= glib20
|
||||
USE_PYTHON_BUILD=yes
|
||||
USE_LDCONFIG= yes
|
||||
@ -45,6 +43,7 @@ do-build:
|
||||
@(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} ${WAF_JOBS} build)
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} install)
|
||||
@(cd ${WRKSRC} && ${PYTHON_CMD} waf ${WAF_VERBOSE} \
|
||||
--destdir=${STAGEDIR} install)
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user