1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- ARCH is defined in bsd.port.pre.mk.

Pointyhat to:	obrien
This commit is contained in:
Florent Thoumie 2005-04-11 09:32:07 +00:00
parent 9fa3b2eaeb
commit 5e8787e5bb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133015

View File

@ -15,10 +15,6 @@ MASTER_SITE_SUBDIR= lame
MAINTAINER= netchild@FreeBSD.org
COMMENT= ISO code based fast MP3 encoder kit
.if ${ARCH} == "i386"
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
.endif
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
@ -31,6 +27,12 @@ MAN1= lame.1
DOC_FILES= API LICENSE README TODO USAGE
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
.endif
.if defined(NOPORTDOCS)
do-install:
@cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \
@ -49,4 +51,4 @@ install-doc:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>