stagify
This commit is contained in:
parent
d4b37c9815
commit
de01d73afc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329375
2 changed files with 2 additions and 4 deletions
|
@ -10,15 +10,12 @@ MASTER_SITES= SF \
|
|||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= MPEG Audio Layer 2 encoder
|
||||
|
||||
LIB_DEPENDS= sndfile.1:${PORTSDIR}/audio/libsndfile
|
||||
LIB_DEPENDS= libsndfile.so:${PORTSDIR}/audio/libsndfile
|
||||
|
||||
USES= gmake pathfix pkgconfig
|
||||
NO_STAGE= yes
|
||||
USE_LDCONFIG= yes
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
MAN1= twolame.1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's| -O3||g' \
|
||||
${WRKSRC}/configure
|
||||
|
|
|
@ -26,5 +26,6 @@ libdata/pkgconfig/twolame.pc
|
|||
%%DOCSDIR%%/html/vbr.html
|
||||
%%DOCSDIR%%/psycho.txt
|
||||
%%DOCSDIR%%/vbr.txt
|
||||
man/man1/twolame.1.gz
|
||||
@dirrm %%DOCSDIR%%/html
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Reference in a new issue