2003-10-01 16:17:50 +00:00
|
|
|
# New ports collection makefile for: yammi
|
|
|
|
# Date created: 27 September 2003
|
|
|
|
# Whom: Arjan van Leeuwen <avleeuwen@piwebs.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= yammi
|
2007-05-01 23:17:36 +00:00
|
|
|
PORTVERSION= 1.2.3
|
2012-07-19 20:15:37 +00:00
|
|
|
PORTREVISION= 14
|
2003-10-01 16:17:50 +00:00
|
|
|
CATEGORIES= audio
|
2009-08-22 00:13:26 +00:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2003-10-01 16:17:50 +00:00
|
|
|
|
2006-09-04 06:23:06 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-10-01 16:17:50 +00:00
|
|
|
COMMENT= A QT-based music manager with fuzzy search
|
|
|
|
|
2007-07-28 12:27:31 +00:00
|
|
|
LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \
|
2009-12-02 17:16:16 +00:00
|
|
|
tag.1:${PORTSDIR}/audio/taglib
|
2004-12-23 04:52:33 +00:00
|
|
|
|
2012-06-01 13:18:21 +00:00
|
|
|
OPTIONS_DEFINE= XMMS
|
|
|
|
XMMS_DESC= XMMS backend support
|
2003-10-01 16:17:50 +00:00
|
|
|
|
2007-03-22 09:31:11 +00:00
|
|
|
USE_KDELIBS_VER= 3
|
2003-10-01 16:17:50 +00:00
|
|
|
USE_GMAKE= yes
|
2010-12-04 07:34:27 +00:00
|
|
|
USE_AUTOTOOLS= autoconf:env automake:env libtool
|
2007-03-22 09:31:11 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --disable-gstreamer
|
2003-10-01 16:17:50 +00:00
|
|
|
|
2012-06-01 13:18:21 +00:00
|
|
|
.include <bsd.port.options.mk>
|
2003-10-01 16:17:50 +00:00
|
|
|
|
2012-06-01 13:18:21 +00:00
|
|
|
.if ${PORT_OPTIONS:MXMMS}
|
2004-12-23 04:52:33 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-xmms
|
2007-03-22 09:31:11 +00:00
|
|
|
BUILD_DEPENDS+= xmms-config:${PORTSDIR}/multimedia/xmms
|
|
|
|
LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
|
2003-10-17 07:20:16 +00:00
|
|
|
.else
|
2004-12-23 04:52:33 +00:00
|
|
|
CONFIGURE_ARGS+=--disable-xmms
|
|
|
|
.endif
|
2003-10-01 16:17:50 +00:00
|
|
|
|
2007-03-22 09:31:11 +00:00
|
|
|
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
|
|
|
|
|
2012-06-01 13:18:21 +00:00
|
|
|
.include <bsd.port.mk>
|