mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
535382b891
- 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)
28 lines
632 B
Makefile
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>
|