View | Details | Raw Unified | Return to bug 185565
Collapse All | Expand All

(-)./Makefile (-5 / +3 lines)
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
(-)./pkg-plist (+1 lines)
Lines 1-5 Link Here
1
bin/lame
1
bin/lame
2
bin/mp3rtp
2
bin/mp3rtp
3
man/man1/lame.1.gz
3
include/lame/lame.h
4
include/lame/lame.h
4
lib/libmp3lame.a
5
lib/libmp3lame.a
5
lib/libmp3lame.la
6
lib/libmp3lame.la

Return to bug 185565