1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/audio/k3bmonkeyaudioplugin/Makefile
Dmitry Marakasov 535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +00:00

28 lines
632 B
Makefile

# New ports collection makefile for: k3bmonkeyaudioplugin
# Date created: Wed Jan 4 02:53:56 CET 2006
# Whom: Markus Brueffer <markus@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= k3bmonkeyaudioplugin
PORTVERSION= 3.1
PORTREVISION= 3
CATEGORIES= audio kde
MASTER_SITES= SF/k3b/${PORTNAME}/${PORTVERSION}
MAINTAINER= markus@FreeBSD.org
COMMENT= K3b plugin for Monkey's Audio files
LIB_DEPENDS= k3b:${PORTSDIR}/sysutils/k3b
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:22
USE_LDCONFIG= ${PREFIX}/lib/kde3
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>