mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add staging support
- Convert to USES=tar:bzip2
This commit is contained in:
parent
a1ee8dd5fc
commit
39372dcecd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350584
@ -22,14 +22,10 @@ LIB_DEPENDS= libjack.so:${PORTSDIR}/audio/jack \
|
||||
libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
|
||||
libflowcanvas.so:${PORTSDIR}/x11-toolkits/flowcanvas
|
||||
|
||||
USES= pkgconfig
|
||||
NO_STAGE= yes
|
||||
USE_BZIP2= yes
|
||||
USES= pkgconfig tar:bzip2
|
||||
USE_PYTHON_BUILD=yes
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
MAN1= patchage.1
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -54,6 +50,6 @@ do-build:
|
||||
@(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} ${WAF_JOBS} build)
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} install)
|
||||
@(cd ${WRKSRC} && ./waf ${WAF_VERBOSE} --destdir=${STAGEDIR} install)
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/patchage
|
||||
man/man1/patchage.1.gz
|
||||
share/applications/patchage.desktop
|
||||
share/icons/hicolor/128x128/apps/patchage.png
|
||||
share/icons/hicolor/16x16/apps/patchage.png
|
||||
|
Loading…
Reference in New Issue
Block a user