mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
support stagedir
PR: 185565 Submitted by: Takefu <takefu@airport.fm>
This commit is contained in:
parent
d25214b38d
commit
8fd156a122
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340118
@ -11,16 +11,14 @@ MAINTAINER= netchild@FreeBSD.org
|
||||
COMMENT= Fast MP3 encoder kit
|
||||
|
||||
USES= gmake iconv
|
||||
NO_STAGE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest
|
||||
CONFIGURE_ARGS_PREFIX= ${STAGEDIR}${PREFIX}
|
||||
|
||||
RESTRICTED= patent issues, see http://www.mp3licensing.com/
|
||||
|
||||
MAN1= lame.1
|
||||
|
||||
DOC_FILES= API LICENSE README TODO USAGE
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
@ -46,9 +44,9 @@ do-install:
|
||||
post-install: install-doc
|
||||
|
||||
install-doc:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for file in ${DOC_FILES}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
bin/lame
|
||||
bin/mp3rtp
|
||||
man/man1/lame.1.gz
|
||||
include/lame/lame.h
|
||||
lib/libmp3lame.a
|
||||
lib/libmp3lame.la
|
||||
|
Loading…
Reference in New Issue
Block a user