Lines 11-26
Link Here
|
11 |
COMMENT= Fast MP3 encoder kit |
11 |
COMMENT= Fast MP3 encoder kit |
12 |
USES= gmake iconv |
12 |
USES= gmake iconv |
13 |
NO_STAGE= yes |
|
|
14 |
USE_AUTOTOOLS= libtool |
13 |
USE_AUTOTOOLS= libtool |
15 |
USE_LDCONFIG= yes |
14 |
USE_LDCONFIG= yes |
16 |
GNU_CONFIGURE= yes |
15 |
GNU_CONFIGURE= yes |
17 |
CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest |
16 |
CONFIGURE_ARGS= --enable-nasm --enable-mp3rtp --disable-gtktest |
|
|
17 |
CONFIGURE_ARGS_PREFIX= ${STAGEDIR}${PREFIX} |
18 |
RESTRICTED= patent issues, see http://www.mp3licensing.com/ |
18 |
RESTRICTED= patent issues, see http://www.mp3licensing.com/ |
19 |
MAN1= lame.1 |
|
|
20 |
|
21 |
DOC_FILES= API LICENSE README TODO USAGE |
19 |
DOC_FILES= API LICENSE README TODO USAGE |
22 |
.include <bsd.port.pre.mk> |
20 |
.include <bsd.port.pre.mk> |
Lines 46-54
Link Here
|
46 |
post-install: install-doc |
44 |
post-install: install-doc |
47 |
install-doc: |
45 |
install-doc: |
48 |
@${MKDIR} ${DOCSDIR} |
46 |
@${MKDIR} ${STAGEDIR}${DOCSDIR} |
49 |
.for file in ${DOC_FILES} |
47 |
.for file in ${DOC_FILES} |
50 |
@${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} |
48 |
@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} |
51 |
.endfor |
49 |
.endfor |
52 |
.endif |
50 |
.endif |