1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/audio/k3bmonkeyaudioplugin/Makefile
Markus Brueffer 35baaeb8f7 - Update to version 3.1 which hopefully fixes the build on amd64 [1]
- Utilize USE_LDCONFIG

Submitted by:	kris via pointyhat [1]
2006-10-03 14:17:28 +00:00

34 lines
750 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
CATEGORIES= audio kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= k3b
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:15
USE_LDCONFIG= ${PREFIX}/lib/kde3
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on FreeBSD 4.x
.endif
.include <bsd.port.post.mk>