mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- revert 339830 since it which undefs EXTRACT_SUFX breaking build
- stagify [1] PR: ports/187505 [1] Submitted by: Johannes Jost Meixner <xmj@chaot.net>
This commit is contained in:
parent
f04cb631f8
commit
37ee02be26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348148
1 changed files with 5 additions and 5 deletions
|
@ -13,7 +13,6 @@ DISTNAME= baudline_${PORTVERSION:S/.p/pre/}_linux_i686
|
|||
MAINTAINER= hamradio@FreeBSD.org
|
||||
COMMENT= Real-time signal analysis and time-frequency browser
|
||||
|
||||
NO_STAGE= yes
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME:S/i686/x86/}
|
||||
USE_LINUX= yes
|
||||
USE_LINUX_APPS= xorglibs
|
||||
|
@ -30,6 +29,7 @@ OPTIONS_DEFAULT= MPG123
|
|||
MMPG123_RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) && !defined(PACKAGE_BUILDING)
|
||||
IGNORE= may not be automatically fetched due to licensing\
|
||||
|
@ -43,11 +43,11 @@ do-build:
|
|||
${BRANDELF} -t Linux ${WRKSRC}/baudline
|
||||
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/baudline ${PREFIX}/bin
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/baudline ${STAGEDIR}${PREFIX}/bin
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${INSTALL} -d ${DOCSDIR}
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
|
||||
@${INSTALL} -d ${STAGEDIR}${DOCSDIR}
|
||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
|
||||
.endif
|
||||
@[ -f /compat/linux/proc/stat ] || ${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue