freebsd-ports/audio/yammi/Makefile
Ade Lovett 771ea13f41 Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by:	exp build run (erwin)
2008-08-20 00:57:32 +00:00

51 lines
1.3 KiB
Makefile

# New ports collection makefile for: yammi
# Date created: 27 September 2003
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
#
# $FreeBSD$
#
PORTNAME= yammi
PORTVERSION= 1.2.3
PORTREVISION= 6
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A QT-based music manager with fuzzy search
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \
tag.6:${PORTSDIR}/audio/taglib
OPTIONS= XMMS "XMMS backend support" off
USE_KDELIBS_VER= 3
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:262:env automake:19:env libtool:15:env
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-gstreamer
.include <bsd.port.pre.mk>
.if defined(WITH_XMMS)
CONFIGURE_ARGS+=--enable-xmms
BUILD_DEPENDS+= xmms-config:${PORTSDIR}/multimedia/xmms
LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
.else
CONFIGURE_ARGS+=--disable-xmms
.endif
post-patch:
@cd ${WRKSRC}/admin && ${REINPLACE_CMD} -e \
's|="autoconf"|="${AUTOCONF:T}"|g ; \
s|="autoheader"|="${AUTOHEADER:T}"|g ; \
s|="autom4te"|="${AUTOM4TE:T}"|g ; \
s|="automake"|="${AUTOMAKE:T}"|g ; \
s|="aclocal"|="${ACLOCAL:T}"|g' detect-autoconf.sh
pre-configure:
@cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} .
@cd ${WRKSRC} && ${GMAKE} -f admin/Makefile.common
.include <bsd.port.post.mk>