1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/audio/flac/Makefile

60 lines
1.4 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: flac
# Date created: Mar 18, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= flac
PORTVERSION= 1.0.4
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= naddy@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/share/gettext/config.rpath:${PORTSDIR}/devel/gettext
LIB_DEPENDS= ogg.4:${PORTSDIR}/audio/libogg
.if defined(WITH_XMMS)
# id3lib is only used by the XMMS plugin
BUILD_DEPENDS+= xmms-config:${PORTSDIR}/audio/xmms
LIB_DEPENDS+= id3-3.7.13:${PORTSDIR}/audio/id3lib \
xmms.3:${PORTSDIR}/audio/xmms
CONFIGURE_ARGS+=--with-id3lib="${LOCALBASE}"
PLIST_SUB= XMMS=""
.else
CONFIGURE_ENV+= XMMS_CONFIG=/usr/bin/false # must be absolute path
PLIST_SUB= XMMS="@comment "
.endif
.if ${MACHINE_ARCH} == "i386"
2001-06-09 04:57:03 +00:00
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
.endif
USE_LIBTOOL= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
CONFIGURE_ARGS+=--enable-sse --enable-3dnow \
--with-libiconv-prefix="${LOCALBASE}" \
--with-ogg="${LOCALBASE}"
CONFIGURE_ENV= CONFIG_SHELL=${SH}
.if defined(NOPORTDOCS)
MAKE_ENV= DOC=""
.else
MAKE_ENV= DOC=doc
.endif
INSTALLS_SHLIB= yes
MAN1= flac.1
# missing auxiliary script
post-extract:
@${CP} ${LOCALBASE}/share/gettext/config.rpath ${WRKSRC}
# "obj" is magic to our make(1)
post-configure:
@${RM} -rf ${WRKSRC}/obj
.include <bsd.port.mk>