mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
d8e1e16e64
- Move all old gstreamer 0.8 ports to gstreamer*80 [1] - Chase all ports with new gstreamer or gstreaemer moves Repocopied by: marcus [1]
37 lines
941 B
Makefile
37 lines
941 B
Makefile
# New ports collection makefile for: Klira
|
|
# Date created: Wed Dec 15 16:05:43 UTC 2004
|
|
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= klira
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 3
|
|
CATEGORIES= audio kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= lioux@FreeBSD.org
|
|
COMMENT= A gstreamer based audio converter for KDE
|
|
|
|
DEPENDS= ${PORTSDIR}/misc/kdehier
|
|
LIB_DEPENDS= tag:${PORTSDIR}/audio/taglib
|
|
|
|
USE_BZIP2= yes
|
|
USE_GSTREAMER80= yes
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure
|
|
#EXTRA_PATCHES= ${PORTSDIR}/x11/kde3/files/extrapatch-old_configure
|
|
|
|
post-patch:
|
|
# disable GNU auto* tools
|
|
@${FIND} ${WRKSRC} -type f -name "Makefile.in" | ${XARGS} \
|
|
-n 10 ${REINPLACE_CMD} -E \
|
|
-e 's!^(ACLOCAL|AUTOCONF|AUTOMAKE|AUTOHEADER).+$$!\1=${TRUE}!'
|
|
|
|
.include <bsd.port.mk>
|